Disable BTC txid checks on parse of statefile. For @lukechilds.

This commit is contained in:
blackjok3r
2019-01-08 15:58:10 +08:00
parent fc5f85c388
commit 449fa23bb4

View File

@@ -449,7 +449,7 @@ int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t
}
else if ( strcmp(dest,"BTC") == 0 )
{
if ( BTCUSERPASS[0] != 0 )
if ( BTCUSERPASS[0] != 0 && KOMODO_PASSPORT_INITDONE == 1 )
{
//printf("BTCUSERPASS.(%s)\n",BTCUSERPASS);
jsonstr = komodo_issuemethod(BTCUSERPASS,(char *)"getrawtransaction",params,8332);