Browse Source

Fix warning

blackjok3r
jl777 6 years ago
parent
commit
7760227ff5
  1. 2
      cpp-ethereum
  2. 2
      iguana/exchanges/LP_rpc.c

2
cpp-ethereum

@ -1 +1 @@
Subproject commit e4e76865e2726bbe9315ab4b26dbda3a7ae536f1
Subproject commit e804e95d9a71e87fc5e3e69a2888448f23bc724f

2
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;

Loading…
Cancel
Save