Skip to content

Commit a004c02

Browse files
committed
Add PoolRejectedTransactionByMinFeeRate error doc to test_tx_pool_accept
1 parent 48cf699 commit a004c02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rpc/src/module/pool.rs

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ pub trait PoolRpc {
121121
/// ## Errors
122122
///
123123
/// * [`PoolRejectedTransactionByOutputsValidator (-1102)`](../enum.RPCError.html#variant.PoolRejectedTransactionByOutputsValidator) - The transaction is rejected by the validator specified by `outputs_validator`. If you really want to send transactions with advanced scripts, please set `outputs_validator` to "passthrough".
124+
/// * [`PoolRejectedTransactionByMinFeeRate (-1104)`](../enum.RPCError.html#variant.PoolRejectedTransactionByMinFeeRate) - The transaction fee rate must be greater than or equal to the config option `tx_pool.min_fee_rate`.
124125
/// * [`PoolRejectedTransactionByMaxAncestorsCountLimit (-1105)`](../enum.RPCError.html#variant.PoolRejectedTransactionByMaxAncestorsCountLimit) - The ancestors count must be greater than or equal to the config option `tx_pool.max_ancestors_count`.
125126
/// * [`PoolRejectedDuplicatedTransaction (-1107)`](../enum.RPCError.html#variant.PoolRejectedDuplicatedTransaction) - The transaction is already in the pool.
126127
/// * [`TransactionFailedToResolve (-301)`](../enum.RPCError.html#variant.TransactionFailedToResolve) - Failed to resolve the referenced cells and headers used in the transaction, as inputs or dependencies.

0 commit comments

Comments
 (0)