This commit is contained in:
jl777
2017-03-19 18:56:37 +02:00
parent b6d301be03
commit 98d71273c6

View File

@@ -817,7 +817,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
}
else
{
printf("not proper vout with opreturn format\n");
printf("not proper vout with opreturn format ht.%d\n",height);
return(-1);
}
return(0);