mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
Delete watched scripts methods. Fixed queueOnScriptsChanged threading.
This commit is contained in:
committed by
Andreas Schildbach
parent
207ba9fd9d
commit
6e40d4d7cd
@@ -91,7 +91,7 @@ public class Kit {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onScriptsAdded(Wallet wallet, List<Script> scripts) {
|
||||
public void onScriptsChanged(Wallet wallet, List<Script> scripts, boolean isAddingScripts) {
|
||||
System.out.println("new script added");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user