Skip to content

Commit

Permalink
docs: Update src/ape_accounts/accounts.py
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
  • Loading branch information
antazoey and fubuloubu authored Dec 6, 2023
1 parent 4e1b630 commit b8fde97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_accounts/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def sign_message(self, msg: SignableMessage) -> Optional[MessageSignature]:

else:
logger.warning(
"Signing a hash is dangerous! Please ensure you trust what you are signing."
"Signing a raw hash is dangerous! Please ensure you trust what you are signing."
)
method = EthAccount.signHash

Expand Down

0 comments on commit b8fde97

Please sign in to comment.