mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 9795e8ec8c into merged_master (Bitcoin PR bitcoin/bitcoin#22214)
This commit is contained in:
commit
65d3a13da4
5 changed files with 10 additions and 10 deletions
|
|
@ -364,9 +364,9 @@ public:
|
|||
TransactionError fillPSBT(int sighash_type,
|
||||
bool sign,
|
||||
bool bip32derivs,
|
||||
size_t* n_signed,
|
||||
PartiallySignedTransaction& psbtx,
|
||||
bool& complete,
|
||||
size_t* n_signed) override
|
||||
bool& complete) override
|
||||
{
|
||||
return m_wallet->FillPSBT(psbtx, complete, sighash_type, sign, bip32derivs, n_signed);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue