funcid
This commit is contained in:
@@ -346,6 +346,7 @@ UniValue MarmaraReceive(uint64_t txfee,CPubKey senderpk,int64_t amount,std::stri
|
||||
{
|
||||
result.push_back(Pair("result",(char *)"success"));
|
||||
result.push_back(Pair("rawtx",rawtx));
|
||||
result.push_back(Pair("funcid","R"));
|
||||
result.push_back(Pair("createtxid",createtxid.GetHex()));
|
||||
result.push_back(Pair("senderpk",HexStr(senderpk)));
|
||||
result.push_back(Pair("amount",ValueFromAmount(amount)));
|
||||
|
||||
Reference in New Issue
Block a user