Browse Source

Remove debug printf.

blackjok3r
Artem Pikulin 6 years ago
parent
commit
7b601e016c
  1. 1
      iguana/exchanges/LP_socket.c

1
iguana/exchanges/LP_socket.c

@ -1330,7 +1330,6 @@ void LP_electrum_txhistory_loop(void *_coin)
} else {
// set current time temporary until confirmed
item->time = (uint32_t)time(NULL);
printf("Pending tx item %s\n", jprint(tx_item, 0));
}
if (!found) {
DL_APPEND(coin->tx_history, item);

Loading…
Cancel
Save