Skip to content

Commit

Permalink
fix(generateWallet): remove NEO3 case
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbnco committed Jul 18, 2022
1 parent ce96d57 commit 120e962
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/generateWallet/generateWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,6 @@ function generateWalletForCoinType(key: bip32.BIP32Interface, coinType: CoinType
privateKey: neoPrivKey,
publicKey
}
case CoinType.NEO3:
const neo3PrivKey = key.privateKey.toString('hex')
// TODO: figure out private key -> public key -> address
return {
address: '',
index,
privateKey: neo3PrivKey,
publicKey: ''
}
case CoinType.ETH:
case CoinType.ETC:
case CoinType.AVAXC:
Expand Down

0 comments on commit 120e962

Please sign in to comment.