Skip to content

Commit

Permalink
Merge pull request #267 from ava-labs/fix/avax_path
Browse files Browse the repository at this point in the history
Fix/avax path
  • Loading branch information
becominginsane authored Sep 19, 2023
2 parents 11e77ec + 7b94a0b commit 9a878a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ ifeq (,$(filter $(TARGET_NAME),TARGET_NANOS TARGET_STAX))
# mainnet or testnet. lets pick
# the ones for mainnet for now
DEFINES += BIP32_PUBKEY_VERSION=0x0488B21E
DEFINES += BIP44_COIN_TYPE=0
DEFINES += BIP44_COIN_TYPE_2=0
# The coin type bellow is not part of the btc app,
# but this is necesary here as avax wants support for
# coin_type = 60'
Expand Down
5 changes: 0 additions & 5 deletions app/c/handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ const command_descriptor_t COMMAND_DESCRIPTORS[] = {
.ins = GET_WALLET_ADDRESS,
.handler = (command_handler_t)handler_get_wallet_address
},
{
.cla = CLA_APP,
.ins = REGISTER_WALLET,
.handler = (command_handler_t)handler_register_wallet
},
{
.cla = CLA_APP,
.ins = SIGN_PSBT,
Expand Down
2 changes: 1 addition & 1 deletion deps/btc

0 comments on commit 9a878a3

Please sign in to comment.