From 7b94a0b28b58991a25241df5a2e17950522ba392 Mon Sep 17 00:00:00 2001 From: neithanmo Date: Fri, 15 Sep 2023 12:16:35 +0200 Subject: [PATCH] fix(cmds) Remove suppor for registerin a wallet, avax user are allow to use avax's default wallet policy --- app/c/handler.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/c/handler.c b/app/c/handler.c index 193a41f5d..6e5fa13c7 100644 --- a/app/c/handler.c +++ b/app/c/handler.c @@ -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,