|
@ -443,6 +443,7 @@ dividends(coin, height, <args>)\n\ |
|
|
value = j64bits(item,"value"); |
|
|
value = j64bits(item,"value"); |
|
|
req = cJSON_CreateObject(); |
|
|
req = cJSON_CreateObject(); |
|
|
jaddstr(req,"method","uitem"); |
|
|
jaddstr(req,"method","uitem"); |
|
|
|
|
|
jaddstr(req,"coin",ptr->symbol); |
|
|
jaddstr(req,"coinaddr",coinaddr); |
|
|
jaddstr(req,"coinaddr",coinaddr); |
|
|
jaddbits256(req,"txid",txid); |
|
|
jaddbits256(req,"txid",txid); |
|
|
jaddnum(req,"vout",vout); |
|
|
jaddnum(req,"vout",vout); |
|
|