From 7760227ff51add8951a64e1d51e415358c6feddb Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 8 Mar 2019 22:47:13 -1100 Subject: [PATCH] Fix warning --- cpp-ethereum | 2 +- iguana/exchanges/LP_rpc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp-ethereum b/cpp-ethereum index e4e76865e..e804e95d9 160000 --- a/cpp-ethereum +++ b/cpp-ethereum @@ -1 +1 @@ -Subproject commit e4e76865e2726bbe9315ab4b26dbda3a7ae536f1 +Subproject commit e804e95d9a71e87fc5e3e69a2888448f23bc724f diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index ddc3bf7dd..f04640455 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -538,7 +538,7 @@ cJSON *LP_listtransactions(char *symbol,char *coinaddr,int32_t count,int32_t ski if (coinaddr == NULL) { coinaddr = coin->smartaddr; } - if ( coin->electrum == 0 && (coin->etomic == 0 || coin->etomic[0] == 0)) + if ( coin->electrum == 0 && coin->etomic[0] == 0 ) { if ( count == 0 ) count = 10;