mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +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
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
#include <core_io.h>
|
||||
#include <key.h>
|
||||
#include <keystore.h>
|
||||
#include <script/script.h>
|
||||
#include <script/script_error.h>
|
||||
#include <script/sign.h>
|
||||
#include <script/signingprovider.h>
|
||||
#include <util/system.h>
|
||||
#include <util/strencodings.h>
|
||||
#include <test/setup_common.h>
|
||||
|
|
@ -1204,7 +1204,7 @@ SignatureData CombineSignatures(const CTxOut& txout, const CMutableTransaction&
|
|||
BOOST_AUTO_TEST_CASE(script_combineSigs)
|
||||
{
|
||||
// Test the ProduceSignature's ability to combine signatures function
|
||||
CBasicKeyStore keystore;
|
||||
FillableSigningProvider keystore;
|
||||
std::vector<CKey> keys;
|
||||
std::vector<CPubKey> pubkeys;
|
||||
for (int i = 0; i < 3; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue