mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-05 02:20:12 +02:00
followup
This commit is contained in:
parent
d13bc8c313
commit
1e3dd61b57
@ -149,6 +149,11 @@ public class UtxosController extends WalletFormController implements Initializab
|
||||
walletHistoryStatus(new WalletHistoryStatusEvent(walletForm.getWallet(), false));
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
private void connectionFailed(ConnectionFailedEvent event) {
|
||||
walletHistoryStatus(new WalletHistoryStatusEvent(walletForm.getWallet(), false));
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
public void walletUtxoStatusChanged(WalletUtxoStatusChangedEvent event) {
|
||||
if(event.getWallet().equals(getWalletForm().getWallet())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user