hi,
1…/src/zcash-cli getbalance “”
124.65679385
2…/src/zcash-cli getbalance
123.73339385
3…/src/zcash-cli getinfo
{
“version” : 1000000,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 123.73339385,
“blocks” : 11442,
“timeoffset” : 0,
“connections” : 8,
“proxy” : “”,
“difficulty” : 70.85899363,
“testnet” : true,
“keypoololdest” : 1473510555,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “ALERT: Please report seeing this on zcash.slack.com. This is alert 1005, will disable safe mode. Alert tests have now finished.”
}
hi, as i understand, i think getbalance “” will get balance of protected addr. but after i have transfered that to another addr, and transacton has been admited, i think getbalance “” should be seem with that of getbalance, am i right?