mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
re-add transaction comments to univalue returns
This commit is contained in:
parent
4b021d6f6c
commit
7e954d1503
1 changed files with 5 additions and 0 deletions
|
|
@ -146,6 +146,11 @@ void WalletTxToJSON(const CWalletTx& wtx, UniValue& entry)
|
|||
rbfStatus = "yes";
|
||||
}
|
||||
entry.push_back(Pair("bip125-replaceable", rbfStatus));
|
||||
|
||||
// Push transaction comments
|
||||
entry.push_back(Pair("comment", wtx.mapValue["comment"]));
|
||||
entry.push_back(Pair("to", wtx.mapValue["to"]));
|
||||
|
||||
}
|
||||
|
||||
string AccountFromValue(const UniValue& value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue