Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c25b9199dd |
@ -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>",
|
||||
|
||||
@ -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) && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user