mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +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);
|
||||
|
||||
if (outputs.length == updatedOutputs.length) {
|
||||
outputs.clear();
|
||||
outputs.addAll(updatedOutputs);
|
||||
outputs.replaceRange(0, outputs.length, updatedOutputs);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue