This commit is contained in:
jl777
2016-11-25 12:07:42 -03:00
parent 04652b71f4
commit 854aa9b356

View File

@@ -120,7 +120,7 @@ void komodo_gateway_deposit(char *coinaddr,uint64_t value,char *symbol,uint64_t
if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
if ( (basesp= komodo_stateptrget(source)) != 0 )
basesp->withdraw += fiatoshis;
basesp->withdrawn += fiatoshis;
}
else
{