Compare commits

...

1 Commits
0.2.0 ... main

Author SHA1 Message Date
c25b9199dd
small renamings
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-12-06 13:44:09 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ghost-wallet",
"version": "0.2.0",
"version": "0.2.1",
"description": "Browser extension to manage ghost blockchain light clients.",
"main": "dist/src/index.js",
"author": "Uncle f4ts0 <f4ts0@ghostchain.io>",

View File

@ -232,7 +232,7 @@ export const Accounts = () => {
onClick={() => wrappedDeriveCryptoAccount(keysetAccounts[keysetAccounts.length - 1][0])}
>
<KeyRound className="w-5 h-5 mr-2" />
Create Account
Create Address
</Button>)
}
{(keysetAccounts.length > 0 || keypairAccounts.length > 0) && (