diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 8f0062b3d..61d680375 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -443,6 +443,7 @@ dividends(coin, height, )\n\ value = j64bits(item,"value"); req = cJSON_CreateObject(); jaddstr(req,"method","uitem"); + jaddstr(req,"coin",ptr->symbol); jaddstr(req,"coinaddr",coinaddr); jaddbits256(req,"txid",txid); jaddnum(req,"vout",vout);