diff --git a/crates/cast/bin/cmd/call.rs b/crates/cast/bin/cmd/call.rs index 949e165c1dbc..2245a10a1244 100644 --- a/crates/cast/bin/cmd/call.rs +++ b/crates/cast/bin/cmd/call.rs @@ -38,7 +38,7 @@ pub struct CallArgs { /// The arguments of the function to call. args: Vec, - /// Data for the transaction. + /// Raw hex-encoded data for the transaction. Used instead of [SIG] and [ARGS]. #[arg( long, conflicts_with_all = &["sig", "args"]