mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-12-27 02:26:44 +00:00
allow updating with partial tx set
This commit is contained in:
parent
db8ef9e4a1
commit
5e281982cb
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ public class Wallet {
|
||||||
optionalLabel.ifPresent(blockTx::setLabel);
|
optionalLabel.ifPresent(blockTx::setLabel);
|
||||||
}
|
}
|
||||||
|
|
||||||
transactions.clear();
|
|
||||||
transactions.putAll(updatedTransactions);
|
transactions.putAll(updatedTransactions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue