Skip to content

Commit

Permalink
fix rpc test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Aug 12, 2024
1 parent 964817b commit b140158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpc/src/module/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ pub trait PoolRpc {
/// "tip_number": "0x400",
/// "total_tx_cycles": "0x219",
/// "total_tx_size": "0x112",
/// "tx_size_limit": "0x7d000"
/// "tx_size_limit": "0x7d000",
/// "verify_queue_size": "0x0"
/// }
/// }
/// ```
Expand Down

0 comments on commit b140158

Please sign in to comment.