Add payment URI support on command line

This commit is contained in:
Aditya Kulkarni
2019-03-18 14:17:48 -07:00
parent e5c8078eaf
commit 78512cc05d
8 changed files with 104 additions and 21 deletions

View File

@@ -771,7 +771,9 @@ void RPC::refreshBalances() {
allBalances = newBalances;
utxos = newUtxos;
updateUI(anyTUnconfirmed || anyZUnconfirmed);
updateUI(anyTUnconfirmed || anyZUnconfirmed);
main->balancesReady();
});
});
}