Browse Source

Test

etomic
jl777 8 years ago
parent
commit
60b6bfdb9e
  1. 2
      iguana/exchanges/LP_transaction.c

2
iguana/exchanges/LP_transaction.c

@ -735,7 +735,7 @@ int32_t basilisk_rawtx_sign(char *symbol,uint8_t pubtype,uint8_t p2shtype,uint8_
if ( strcmp(symbol,"BTC") != 0 ) if ( strcmp(symbol,"BTC") != 0 )
return(retval); return(retval);
estimatedrate = LP_getestimatedrate(symbol); estimatedrate = LP_getestimatedrate(symbol);
newtxfee = estimatedrate * len; newtxfee = estimatedrate * dest->I.datalen;
} else break; } else break;
} }
return(retval); return(retval);

Loading…
Cancel
Save