Skip to content

Commit e5519c6

Browse files
authored
fix: remove misleading $ETH_FROM (#11088)
remove misleading $ETH_FROM
1 parent 6e1059b commit e5519c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/script/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub struct ScriptArgs {
132132
#[arg(long, short, default_value = "130")]
133133
pub gas_estimate_multiplier: u64,
134134

135-
/// Send via `eth_sendTransaction` using the `--sender` argument or `$ETH_FROM` as sender
135+
/// Send via `eth_sendTransaction` using the `--sender` argument as sender.
136136
#[arg(
137137
long,
138138
conflicts_with_all = &["private_key", "private_keys", "froms", "ledger", "trezor", "aws"],

0 commit comments

Comments
 (0)