From 248e267e11eccc8ebb3b0b7047562a5ad4e3fd6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BBuk?= Date: Wed, 5 Mar 2025 14:47:14 +0100 Subject: [PATCH] fix(cast): clarify docs for the cast call --data flag --- crates/cast/bin/cmd/call.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]