forge script
should use sender address of the provided keystore
#7320
Labels
T-feature
Type: feature
forge script
should use sender address of the provided keystore
#7320
Component
Forge
Describe the feature you would like
When running
forge script
, one should not have to use the--sender
flag if the--account
flag is provided as it is redundant.Additional context
Of note is the Foundry keystores do not contain the address as part of their JSON object. This is contrary to keystores generated from tools such as
geth account
andkeythereum
.Is there a particular reason for this and would this be the fix necessary to make?
The text was updated successfully, but these errors were encountered: