mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 20:19:25 +00:00
Merge branch 'main' into zano-pr
This commit is contained in:
commit
ae36e69a41
1 changed files with 1 additions and 2 deletions
|
@ -407,8 +407,7 @@ abstract class SendViewModelBase extends WalletChangeListenerViewModel with Stor
|
||||||
final updatedOutputs = bitcoin!.updateOutputs(pendingTransaction!, outputs);
|
final updatedOutputs = bitcoin!.updateOutputs(pendingTransaction!, outputs);
|
||||||
|
|
||||||
if (outputs.length == updatedOutputs.length) {
|
if (outputs.length == updatedOutputs.length) {
|
||||||
outputs.clear();
|
outputs.replaceRange(0, outputs.length, updatedOutputs);
|
||||||
outputs.addAll(updatedOutputs);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue