mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
MERGE-FIX: Fix functional tests
This commit is contained in:
parent
473e1e9ca1
commit
efe4e8ff04
23 changed files with 97 additions and 92 deletions
|
|
@ -2371,6 +2371,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
|
|||
unspent.pushKV("txid", outpoint.hash.GetHex());
|
||||
unspent.pushKV("vout", (int32_t)outpoint.n);
|
||||
unspent.pushKV("scriptPubKey", HexStr(txo.scriptPubKey.begin(), txo.scriptPubKey.end()));
|
||||
unspent.pushKV("desc", descriptors[txo.scriptPubKey]);
|
||||
if (txo.nValue.IsExplicit()) {
|
||||
unspent.pushKV("amount", ValueFromAmount(txo.nValue.GetAmount()));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue