Skip to content

Commit

Permalink
fix(cmds) Remove suppor for registerin a wallet, avax user are allow …
Browse files Browse the repository at this point in the history
…to use avax's default wallet policy
  • Loading branch information
neithanmo committed Sep 15, 2023
1 parent ecf0e22 commit 7b94a0b
Showing 1 changed file with 0 additions and 5 deletions.
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

0 comments on commit 7b94a0b

Please sign in to comment.