Skip to content

Commit

Permalink
update docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Sep 12, 2024
1 parent d32a401 commit e958bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/cli/src/opts/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ pub struct TransactionOpts {

/// EIP-2930 access list.
///
/// Can be either JSON encoded access list or empty to use the `accessList` output of an rpc
/// call to `eth_createAccessList`. To only get the access list portion, you can use `cast
/// access-list`.
/// Accepts either a JSON-encoded access list or an empty value to create the access list
/// via an RPC call to `eth_createAccessList`. To retrieve only the access list portion, use
/// the `cast access-list` command.
#[arg(long)]
pub access_list: Option<Option<String>>,
}
Expand Down

0 comments on commit e958bdb

Please sign in to comment.