mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 735d6b57e7 into merged_master (Bitcoin PR #16227)
This commit is contained in:
commit
a50b652932
38 changed files with 607 additions and 607 deletions
|
|
@ -147,7 +147,7 @@ static UniValue createmultisig(const JSONRPCRequest& request)
|
|||
}
|
||||
|
||||
// Construct using pay-to-script-hash:
|
||||
CBasicKeyStore keystore;
|
||||
FillableSigningProvider keystore;
|
||||
CScript inner;
|
||||
const CTxDestination dest = AddAndGetMultisigDestination(required, pubkeys, output_type, keystore, inner);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue