This commit is contained in:
jl777
2016-11-27 13:58:18 -03:00
parent c753065bb0
commit 61230ce13c
2 changed files with 2 additions and 2 deletions

View File

@@ -368,7 +368,7 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to
//printf("pax.%s marked.%d %.8f -> %.8f\n",pax->symbol,pax->marked,dstr(pax->komodoshis),dstr(pax->fiatoshis));
if ( strcmp(symbol,"KMD") == 0 && pax->approved == 0 )
continue;
else if ( strcmp(symbol,"KMD") != 0 )
//else if ( strcmp(symbol,"KMD") != 0 )
{
#ifdef KOMODO_ASSETCHAINS_WAITNOTARIZE
struct komodo_state *kmdsp = komodo_stateptrget((char *)"KMD");