You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, I'm working through the testnet to ensure I'm capturing the supply balances correctly. This output flagged up for me as the address in the history isn't the same as the address in the output
root@Navcoin-Testnet:~# /usr/local/bin/navcoin-cli -conf=/root/.navcoin4/testnet.conf getaddresshistory '{"addresses": ["2NANuuqv2iAqNFke5fUMtCzd7T8LebV5D9g"], "start": 2897, "end": 2897}'
[
{
"block": 2897,
"txindex": 2,
"time": 1614098654,
"txid": "76518b0f0c3a947f3a62c8735a765d4a05735eedd6d5e923f36813359c0f68ec",
"address": "mxeeDcaYMqStjuniap3nzLVExFSU6XN9bN",
"changes": {
"balance": 1999000000,
"stakable": 1999000000,
"voting_weight": 1999000000,
"flags": 0
},
"result": {
"balance": 1999000000,
"stakable": 1999000000,
"voting_weight": 1999000000
}
}
]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: