mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 16:43:14 +00:00
update send selected button when freezing or unfreezing utxos
This commit is contained in:
@@ -165,6 +165,7 @@ public class UtxosController extends WalletFormController implements Initializab
|
||||
public void walletUtxoStatusChanged(WalletUtxoStatusChangedEvent event) {
|
||||
if(event.getWallet().equals(getWalletForm().getWallet())) {
|
||||
utxosTable.refresh();
|
||||
updateSendSelected(Config.get().getBitcoinUnit());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user