Browse Source

Test

etomic
jl777 8 years ago
parent
commit
53433db1a9
  1. 4
      iguana/exchanges/LP_swap.c

4
iguana/exchanges/LP_swap.c

@ -840,8 +840,8 @@ void basilisk_rawtx_setparms(char *name,uint32_t quoteid,struct basilisk_rawtx *
rawtx->coin = coin; rawtx->coin = coin;
strcpy(rawtx->I.coinstr,coin->symbol); strcpy(rawtx->I.coinstr,coin->symbol);
rawtx->I.numconfirms = numconfirms; rawtx->I.numconfirms = numconfirms;
if ( (rawtx->I.amount= satoshis) < 50000 ) if ( (rawtx->I.amount= satoshis) < 10000 )
rawtx->I.amount = 50000; rawtx->I.amount = 10000;
rawtx->I.vintype = vintype; // 0 -> std, 2 -> 2of2, 3 -> spend bobpayment, 4 -> spend bobdeposit rawtx->I.vintype = vintype; // 0 -> std, 2 -> 2of2, 3 -> spend bobpayment, 4 -> spend bobdeposit
rawtx->I.vouttype = vouttype; // 0 -> fee, 1 -> std, 2 -> 2of2, 3 -> bobpayment, 4 -> bobdeposit rawtx->I.vouttype = vouttype; // 0 -> fee, 1 -> std, 2 -> 2of2, 3 -> bobpayment, 4 -> bobdeposit
if ( rawtx->I.vouttype == 0 ) if ( rawtx->I.vouttype == 0 )

Loading…
Cancel
Save