Compare commits

..

No commits in common. "main" and "0.2.0" have entirely different histories.
main ... 0.2.0

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ghost-wallet",
"version": "0.2.1",
"version": "0.2.0",
"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 Address
Create Account
</Button>)
}
{(keysetAccounts.length > 0 || keypairAccounts.length > 0) && (