[00:16:35] > do u have more backtrace? @aguycalled No, this instance was not running with a debugger [12:44:20] @aguycalled Should the result node in the address history response contain the totals for balance, stakable and voting_weight? [12:44:52] curl --user user --data-binary ' {"method":"getaddresshistory","params":[{"addresses":["mktCym3pZdFxzkHfUtunSapMXkEYfHewtP"],"start":193415,"end":193415}],"id":1594331817192643929,"jsonrpc":"1.0"}' -H 'content-type: text/plain;' http://127.0.0.1:8332/ [12:45:01] {"result":[{"block":193415,"txindex":1,"time":1594809600,"txid":"8a37e66f8441d194ce7afc25449db9334dbac3a92047f9fd013bd6f3d7dd92eb","address":"mktCym3pZdFxzkHfUtunSapMXkEYfHewtP","changes":{"balance":200000000,"stakable":200000000,"voting_weight":200000000,"flags":1},"result":{"balance":200000000,"stakable":200000000,"voting_weight":200000000}}],"error":null,"id":1594331817192643929} [12:45:22] yes, after applying changes, the balance is result [12:45:51] Then I'm seeing it incorrect on my testnet node for the example above. [12:45:58] https://testnet.navexplorer.com/address/mktCym3pZdFxzkHfUtunSapMXkEYfHewtP [12:47:05] Or it only includes total balance for the start->end window provided? [12:47:12] yes only for start->end [12:47:22] if you want the full balance then you can use getaddressbalacne [12:48:59] Is it possible to make result account for the full history not the just the start end window? [12:49:05] yes i will patch [12:49:08] ty [12:50:52] https://github.com/navcoin/navcoin-core/pull/732 [12:50:53] @prodpeak [12:51:22] no need to reindex, just pull&&make [12:51:30] Thanks for the quick fix!