Skip to content

Commit

Permalink
fix "account register" command bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Nov 28, 2024
1 parent 0b85ec5 commit 892cfc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions src/account/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ function entropyAccountRegister () {
await persistVerifyingKeyToAccount(opts.config, verifyingKey, opts.account)

cliWrite(verifyingKey)
process.exit(0)
})
}
11 changes: 3 additions & 8 deletions tests/e2e.cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@
# Dependencies
# - internet connection
# - jq - see https://jqlang.github.io/jq
# - an entropy testnet:
# ```
# git clone [email protected]:entropyxyz/sdk.git
# cd sdk
# ./dev/bin/spin-up.sh four-nodes
# ./dev/bin/spin-down.sh four-nodes (later)
# ````
#
# Build + isntall the CLI:
# Build + install the CLI:
# ```
# yarn build
# npm install -g
# ```
#
# Run the tests:
# ```
# yarn test:network:up
# ./tests/e2e.cli.sh
# yarn test:network:down
# ```
#

Expand Down

0 comments on commit 892cfc6

Please sign in to comment.