This commit is contained in:
jl777
2016-11-18 11:10:51 -03:00
parent 3d899a389b
commit 9273e756a1
3 changed files with 12 additions and 4 deletions

View File

@@ -378,8 +378,7 @@ void komodo_disconnect(CBlockIndex *pindex,CBlock& block)
char symbol[16],dest[16]; struct komodo_state *sp;
komodo_init(pindex->nHeight);
if ( (sp= komodo_stateptr(symbol,dest)) != 0 )
komodo_event_rewind(sp,symbol,pindex->nHeight);
// add rewind entry komodo_stateupdate();
sp->rewinding = pindex->nHeight;
}
int32_t komodo_is_notarytx(const CTransaction& tx)