hive-keychain / hive-keychain-extension

A wallet browser extension for the Hive blockchain and cryptocurrency
MIT License
77 stars 51 forks source link

Spelling mistake... successfully found #470

Closed brianoflondon closed 5 months ago

brianoflondon commented 5 months ago

I hate to do this to you... and I suspect you might not want to even try to fix this because lord knows what might break but...

This is a response from signing a message with keychain.login

Unfortunately in the message succesfully should be spelled successfully with two s's and two c's.

{
    "success": true,
    "error": null,
    "result": "xxxxxxxxxxxxxxxxxxxx",
    "data": {
        "type": "signBuffer",
        "username": "gunt",
        "message": "prison noise later gunt 1706870490.728647 daa10fc2-2f9b-407e-9070-6b05bc8c0a01",
        "method": "Posting",
        "rpc": null,
        "title": "Login to V4V.app API",
        "key": "posting"
    },
    "message": "Message signed succesfully.",
    "request_id": 1,
    "publicKey": "STM6EYcJF1ew6VYq1swh8CfKMyCzFFgEp9LLEUfgMvXAvkfVbsma2"
}