Merge 9795e8ec8c into merged_master (Bitcoin PR bitcoin/bitcoin#22214)

This commit is contained in:
Andrew Poelstra 2021-07-25 01:01:39 +00:00
commit 65d3a13da4
5 changed files with 10 additions and 10 deletions

View file

@ -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);
}