Skip to content

Commit

Permalink
fix: don't prompt for keystore password on cast call (foundry-rs#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
mds1 authored Feb 11, 2022
1 parent 691c814 commit cfc4ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async fn main() -> eyre::Result<()> {
"{}",
Cast::new(provider)
.call(
eth.sender().await,
eth.from.unwrap_or(Address::zero()),
address,
(&sig, args),
eth.chain,
Expand Down

0 comments on commit cfc4ff0

Please sign in to comment.