test: elements fixes for Bitcoin PR bitcoin/bitcoin#22818

This commit is contained in:
Byron Hambly 2023-04-24 08:30:36 +00:00
parent 13fb374543
commit 7856df2733
7 changed files with 10 additions and 5 deletions

View file

@ -231,7 +231,7 @@ TestingSetup::TestingSetup(const std::string& chainName, const std::string& fedp
}
TestChain100Setup::TestChain100Setup(const std::vector<const char*>& extra_args)
: TestingSetup{CBaseChainParams::REGTEST, extra_args}
: TestingSetup{CBaseChainParams::REGTEST, "", extra_args} // ELEMENTS: added empty fedpegscript here
{
SetMockTime(1598887952);
constexpr std::array<unsigned char, 32> vchKey = {