docs: clarify unit of txfeecap (#16225)

This commit is contained in:
Matthias Seitz
2025-05-14 12:20:25 +02:00
committed by GitHub
parent 1990286cba
commit a67202d7ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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]

View File

@@ -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",