This commit is contained in:
jl777
2016-11-07 15:22:43 -03:00
parent 2274b29bd4
commit 3f0813b335
2 changed files with 6 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ void komodo_gateway_deposits(CMutableTransaction *txNew,int32_t shortflag,char *
{
struct pax_transaction *pax,*tmp; uint8_t *script,opcode,opret[10000],data[10000]; int32_t i,len=0,opretlen=0,numvouts=1;
PENDING_KOMODO_TX = 0;
if ( strcmp(symbol,"KMD") != 0 )
if ( strcmp(symbol,"KMD") == 0 )
opcode = 'I';
else opcode = 'X';
tmp = 0;