mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 6300438a2e into merged_master (Bitcoin PR bitcoin/bitcoin#30115)
This commit is contained in:
commit
b64d8b87c8
26 changed files with 162 additions and 162 deletions
|
|
@ -434,7 +434,7 @@ public:
|
|||
wit.push_back(HexStr(scriptWitness.stack[i]));
|
||||
}
|
||||
wit.push_back(ValueFromAmount(nValue));
|
||||
array.push_back(wit);
|
||||
array.push_back(std::move(wit));
|
||||
}
|
||||
array.push_back(FormatScript(spendTx.vin[0].scriptSig));
|
||||
array.push_back(FormatScript(creditTx->vout[0].scriptPubKey));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue