mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
followup
This commit is contained in:
parent
d13bc8c313
commit
1e3dd61b57
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue