mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
docs: clarify unit of txfeecap (#16225)
This commit is contained in:
@@ -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