mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Daily update from Evan's repository
This commit is contained in:
commit
2babac5087
@ -69,6 +69,7 @@ Value getinfo(const Array& params, bool fHelp)
|
||||
if (pwalletMain) {
|
||||
obj.push_back(Pair("walletversion", pwalletMain->GetVersion()));
|
||||
obj.push_back(Pair("balance", ValueFromAmount(pwalletMain->GetBalance())));
|
||||
if(!fLiteMode)
|
||||
obj.push_back(Pair("darksend_balance", ValueFromAmount(pwalletMain->GetAnonymizedBalance())));
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user