mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
fix the UI issue with sending outputs (#1798)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
Some checks are pending
Cache Dependencies / test (push) Waiting to run
This commit is contained in:
parent
89525b1897
commit
e148f64508
1 changed files with 1 additions and 2 deletions
|
@ -404,8 +404,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