mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-15 02:08:09 -05:00
docs: clarify unit of txfeecap (#16225)
This commit is contained in:
2
book/cli/reth/node.md
vendored
2
book/cli/reth/node.md
vendored
@@ -363,7 +363,7 @@ RPC:
|
||||
[default: 50000000]
|
||||
|
||||
--rpc.txfeecap <TX_FEE_CAP>
|
||||
Maximum eth transaction fee that can be sent via the RPC APIs (0 = no cap)
|
||||
Maximum eth transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap)
|
||||
|
||||
[default: 1.0]
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ pub struct RpcServerArgs {
|
||||
)]
|
||||
pub rpc_gas_cap: u64,
|
||||
|
||||
/// Maximum eth transaction fee that can be sent via the RPC APIs (0 = no cap)
|
||||
/// Maximum eth transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap)
|
||||
#[arg(
|
||||
long = "rpc.txfeecap",
|
||||
alias = "rpc-txfeecap",
|
||||
|
||||
Reference in New Issue
Block a user