diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index fa5501fff..15bbeb327 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -184,6 +184,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above for (j=0; j<32; j++) printf("%02x",((uint8_t *)&hash)[j]); printf(" ht.%d blockhash couldnt find vout.[%d]\n",height,i); + komodo_paxmark(&space,txids[i-1],vouts[i-1],height); } } }