Skip to content

Commit

Permalink
Add PoolRpc::clear_tx_verify_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Sep 5, 2024
1 parent 2ee7a22 commit 4f48b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/ckb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ crate::jsonrpc!(pub struct CkbRpcClient {
pub fn get_raw_tx_pool(&self, verbose: Option<bool>) -> RawTxPool;
pub fn tx_pool_ready(&self) -> bool;
pub fn test_tx_pool_accept(&self, tx: Transaction, outputs_validator: Option<OutputsValidator>) -> EntryCompleted;
pub fn clear_tx_verify_queue(&self) -> Result<()>;

// Stats
pub fn get_blockchain_info(&self) -> ChainInfo;
Expand Down

0 comments on commit 4f48b4d

Please sign in to comment.