Browse Source

Test

etomic
jl777 7 years ago
parent
commit
b691a99ec9
  1. 2
      iguana/exchanges/LP_rpc.c

2
iguana/exchanges/LP_rpc.c

@ -218,7 +218,7 @@ cJSON *LP_NXT_redeems()
printf("%d method.(%s) (%s)\n",i,method,msgstr);
}
}
else if ( msgstr == 0 && msgstr[0] == 0 )
else if ( msgstr == 0 || msgstr[0] == 0 )
msgstr = jstr(attach,"message");
}
if ( msgstr != 0 )

Loading…
Cancel
Save