From 2956f2bf8b35d9cfcf7c7b7b88528338478ed6b9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 5 Feb 2018 13:04:13 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_transaction.c | 2 +- iguana/exchanges/LP_utxo.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/exchanges/LP_transaction.c b/iguana/exchanges/LP_transaction.c index ebb581db7..eb112d6e5 100644 --- a/iguana/exchanges/LP_transaction.c +++ b/iguana/exchanges/LP_transaction.c @@ -1458,7 +1458,7 @@ int32_t basilisk_rawtx_gen(void *ctx,char *str,uint32_t swapstarted,uint8_t *pub rawtx->I.completed = 1; rawtx->I.signedtxid = jbits256(retjson,"txid"); retval = 0; - } else printf("rawtx withdraw error? (%s)\n",retstr); + } else printf("rawtx withdraw error? (%s)\n",jprint(argjson,0)); free_json(retjson); } free(retstr); diff --git a/iguana/exchanges/LP_utxo.c b/iguana/exchanges/LP_utxo.c index 037fee0b4..84856573a 100644 --- a/iguana/exchanges/LP_utxo.c +++ b/iguana/exchanges/LP_utxo.c @@ -454,8 +454,8 @@ struct LP_address *LP_address_utxo_reset(struct iguana_info *coin) printf("LP_address_utxo_reset: cant find address data\n"); return(0); } - if ( IAMLP != 0 && time(NULL) < coin->lastresetutxo+60 ) - return(ap); + //if ( IAMLP != 0 && time(NULL) < coin->lastresetutxo+60 ) + // return(ap); coin->lastresetutxo = (uint32_t)time(NULL); if ( (array= LP_listunspent(coin->symbol,coin->smartaddr,zero,zero)) != 0 ) {