This commit is contained in:
jl777
2017-03-14 22:02:23 +02:00
parent 68f495d1b5
commit d1775ced1e
2 changed files with 5 additions and 1 deletions

View File

@@ -495,7 +495,7 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to
continue;
{
#ifdef KOMODO_ASSETCHAINS_WAITNOTARIZE
if ( height > 236000 )
if ( pax->height > 236000 )
{
if ( kmdsp != 0 && kmdsp->NOTARIZED_HEIGHT >= pax->height )
pax->validated = pax->komodoshis;