From 03ac17d5182c98650b2b8b653cb558b681b1b40f Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Oct 2017 21:23:27 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 4f9860119..c27d4c3cc 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -383,7 +383,7 @@ dividends(coin, height, )\n\ if ( strcmp(coinaddr,ptr->smartaddr) == 0 && bits256_nonz(G.LP_mypriv25519) != 0 ) { LP_privkey_init(-1,ptr,G.LP_mypriv25519,G.LP_mypub25519); - LP_smartutxos_push(ptr); + //LP_smartutxos_push(ptr); } } return(jprint(LP_address_utxos(ptr,coinaddr,1),1));