Browse Source

Test

etomic
jl777 8 years ago
parent
commit
0f50293761
  1. 1
      iguana/exchanges/LP_socket.c

1
iguana/exchanges/LP_socket.c

@ -335,6 +335,7 @@ void electrum_process_array(struct iguana_info *coin,cJSON *array)
tx->outpoints[v].value = value; tx->outpoints[v].value = value;
} }
} }
printf("v.%d numvouts.%d %.8f (%s)\n",jint(item,"tx_pos"),tx->numvouts,dstr(tx->outpoints[v].value),jprint(item,0));
} }
} }
} }

Loading…
Cancel
Save