mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge a100c42a13 into merged_master (Bitcoin PR bitcoin/bitcoin#24927)
This commit is contained in:
commit
ef7aeb3e50
4 changed files with 73 additions and 12 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
struct Dersig100Setup : public TestChain100Setup {
|
||||
Dersig100Setup()
|
||||
: TestChain100Setup{{"-testactivationheight=dersig@102"}} {}
|
||||
: TestChain100Setup{CBaseChainParams::REGTEST, "", {"-testactivationheight=dersig@102"}} {}
|
||||
};
|
||||
|
||||
bool CheckInputScripts(const CTransaction& tx, TxValidationState& state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue