Skip to content

Commit 562188d

Browse files
committed
fix(rpc/test): add mempool_sequence to expected getmempoolinfo key set
Commit 4ecf96a added the mempool_sequence field to getmempoolinfo; core_compat.rs asserts an exact key set and was failing because the new field was missing from the expected list. Op: correct Restores: test:selected_methods_match_core_documented_key_sets
1 parent 0d236be commit 562188d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/rpc/tests/core_compat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ fn selected_methods_match_core_documented_key_sets() -> Result<(), Box<dyn std::
5454
"incrementalrelayfee",
5555
"unbroadcastcount",
5656
"fullrbf",
57+
"mempool_sequence",
5758
],
5859
)?;
5960
assert_keys(

0 commit comments

Comments
 (0)