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 454c1c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4709,7 +4709,8 @@ Response
"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
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 454c1c5

Please sign in to comment.