From b1401583670c6b533d23e0e86c2ae9e6ab810784 Mon Sep 17 00:00:00 2001 From: yukang Date: Mon, 12 Aug 2024 18:06:24 +0800 Subject: [PATCH] fix rpc test --- rpc/src/module/pool.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpc/src/module/pool.rs b/rpc/src/module/pool.rs index aab1071e0d2..9fe30b357eb 100644 --- a/rpc/src/module/pool.rs +++ b/rpc/src/module/pool.rs @@ -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" /// } /// } /// ```