Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethsign doesn't seem to like when \n characters are included in the message #3

Open
vcavallo opened this issue Mar 8, 2024 · 0 comments
Assignees

Comments

@vcavallo
Copy link
Contributor

vcavallo commented Mar 8, 2024

We should not deal with this (or at least not merge a fix) until after our current experiment concludes.

everything else being equal, this message fails signature verification:

Welcome to your appliance!\n\nSign this message to log in.\n\nThis request will not trigger a blockchain transaction or cost any gas fees.

while this one passes:

Welcome to your appliance! Sign this message to log in. This request will not trigger a blockchain transaction or cost any gas fees.

vcavallo pushed a commit that referenced this issue Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants