mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-04 11:06:44 +00:00
remove logging
This commit is contained in:
parent
1a38b8e662
commit
6a2af38b8a
1 changed files with 0 additions and 6 deletions
|
@ -650,9 +650,6 @@ public class Wallet {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void finalise(PSBT psbt) {
|
public void finalise(PSBT psbt) {
|
||||||
System.out.println("Before finalise: ");
|
|
||||||
System.out.println(Utils.bytesToHex(psbt.serialize()));
|
|
||||||
|
|
||||||
int threshold = getDefaultPolicy().getNumSignaturesRequired();
|
int threshold = getDefaultPolicy().getNumSignaturesRequired();
|
||||||
Map<PSBTInput, WalletNode> signingNodes = getSigningNodes(psbt);
|
Map<PSBTInput, WalletNode> signingNodes = getSigningNodes(psbt);
|
||||||
|
|
||||||
|
@ -710,9 +707,6 @@ public class Wallet {
|
||||||
psbtInput.clearFinalised();
|
psbtInput.clearFinalised();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("After finalise: ");
|
|
||||||
System.out.println(Utils.bytesToHex(psbt.serialize()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public BitcoinUnit getAutoUnit() {
|
public BitcoinUnit getAutoUnit() {
|
||||||
|
|
Loading…
Reference in a new issue