| 16 | #include <vector> |
| 17 | |
| 18 | void initialize_rbf(void) { |
| 19 | // ELEMENTS: our mempool needs Params() to be set for multiple reasons -- to check |
| 20 | // the discount CT rate, to figure out pegin policy, etc |
| 21 | SelectParams(CBaseChainParams::LIQUID1); |
| 22 | } |
| 23 | |
| 24 | FUZZ_TARGET_INIT(rbf, initialize_rbf) |
| 25 | { |
nothing calls this directly
no test coverage detected