mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge fc06881f13 into merged_master (Bitcoin PR bitcoin/bitcoin#27491)
This commit is contained in:
commit
cbd7b123d9
93 changed files with 546 additions and 303 deletions
|
|
@ -28,7 +28,7 @@ void initialize_rbf(void) {
|
|||
g_setup = testing_setup.get();
|
||||
// ELEMENTS: our mempool needs Params() to be set for multiple reasons -- to check
|
||||
// the discount CT rate, to figure out pegin policy, etc
|
||||
SelectParams(CBaseChainParams::LIQUID1);
|
||||
SelectParams(ChainType::LIQUID1);
|
||||
}
|
||||
|
||||
FUZZ_TARGET_INIT(rbf, initialize_rbf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue