mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +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
|
|
@ -33,7 +33,7 @@
|
|||
#include <warnings.h>
|
||||
|
||||
#include <block_proof.h> // CheckProof
|
||||
#include <keystore.h> // combineblocksigs
|
||||
#include <script/signingprovider.h> // combineblocksigs
|
||||
#include <script/generic.hpp> // combineblocksigs
|
||||
#include <blockencodings.h> // getcompactsketch
|
||||
#include <policy/settings.h> // IsStandardTx
|
||||
|
|
@ -1046,7 +1046,7 @@ UniValue combineblocksigs(const JSONRPCRequest& request)
|
|||
|
||||
const Consensus::Params& params = Params().GetConsensus();
|
||||
const UniValue& sigs = request.params[1].get_array();
|
||||
CBasicKeyStore keystore;
|
||||
FillableSigningProvider keystore;
|
||||
SignatureData sig_data;
|
||||
SimpleSignatureCreator signature_creator(block.GetHash());
|
||||
for (unsigned int i = 0; i < sigs.size(); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue