Include start_time+end_time and correctly format amount

This commit is contained in:
Duke Leto
2018-07-17 22:31:06 +00:00
parent 6e74fd2578
commit 3eb535b8b4
3 changed files with 5 additions and 14 deletions

View File

@@ -592,6 +592,7 @@ UniValue komodo_snapshot()
{
int64_t total = -1;
UniValue result(UniValue::VOBJ);
if (fAddressIndex) {
if ( pblocktree != 0 ) {
result = pblocktree->Snapshot();