This commit is contained in:
jl777
2016-11-18 10:37:19 -03:00
parent f3a1de3a99
commit 3dc65e36a9

View File

@@ -379,7 +379,7 @@ void komodo_disconnect(CBlockIndex *pindex,CBlock& block)
komodo_init(pindex->nHeight); komodo_init(pindex->nHeight);
if ( (sp= komodo_stateptr(symbol,dest)) != 0 ) if ( (sp= komodo_stateptr(symbol,dest)) != 0 )
komodo_event_rewind(sp,symbol,pindex->nHeight); komodo_event_rewind(sp,symbol,pindex->nHeight);
komodo_stateupdate(); // add rewind entry komodo_stateupdate();
} }
int32_t komodo_is_notarytx(const CTransaction& tx) int32_t komodo_is_notarytx(const CTransaction& tx)