Skip to content

Commit

Permalink
Update src/cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix authored Sep 17, 2024
1 parent 40774cc commit 3e091f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { entropyBalanceCommand } from './balance/command'

let entropy: Entropy
async function setEntropyGlobal (address: string, endpoint: string, password?: string) {
console.log('args', address, endpoint, password);

if (entropy) {
const currentAddress = entropy?.keyring?.accounts?.registration?.address
if (address !== currentAddress) {
Expand Down

0 comments on commit 3e091f9

Please sign in to comment.