mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 76a33be21d into merged_master (Bitcoin PR bitcoin/bitcoin#28307)
This commit is contained in:
commit
322351ea2c
12 changed files with 175 additions and 145 deletions
|
|
@ -176,7 +176,7 @@ static RPCHelpMan createmultisig()
|
|||
}
|
||||
|
||||
// Construct using pay-to-script-hash:
|
||||
FillableSigningProvider keystore;
|
||||
FlatSigningProvider keystore;
|
||||
CScript inner;
|
||||
const CTxDestination dest = AddAndGetMultisigDestination(required, pubkeys, output_type, keystore, inner);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue