Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Jan 6, 2025
1 parent 9b226d4 commit c6f7d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc-plugins/forc-client/src/op/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub async fn call(cmd: cmd::Call) -> anyhow::Result<String> {
let wallet = get_wallet(caller, provider).await?;

if let Some(abi) = abi {
// If ABI is provided, ensure funtion signature is just the selector
// If ABI is provided, ensure function signature is just the selector
let cmd::call::FuncType::Selector(selector) = function else {
bail!("Function must be a selector");
};
Expand Down

0 comments on commit c6f7d67

Please sign in to comment.