Skip to content

Commit

Permalink
Merge pull request #744 from KeystoneHQ/feat/import_wallet_refactor
Browse files Browse the repository at this point in the history
Feat/import wallet refactor
  • Loading branch information
soralit authored Apr 5, 2024
2 parents 4049bf8 + 1631eb6 commit a75570c
Show file tree
Hide file tree
Showing 32 changed files with 1,119 additions and 964 deletions.
4 changes: 2 additions & 2 deletions rust/apps/aptos/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 83 additions & 14 deletions rust/apps/arweave/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/apps/cosmos/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/apps/ethereum/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/apps/near/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/apps/tron/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/apps/utils/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/apps/wallets/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/apps/xrp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/tasks/qrdecode_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "gui_web_auth_result_widgets.h"
#include "assert.h"
#include "qrdecode_task.h"
#include "gui_resolve_ur.h"
#ifndef BTC_ONLY
#include "gui_key_derivation_request_widgets.h"
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/ui/gui_analyze/gui_resolve_ur.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef BTC_ONLY
#include "gui_key_derivation_request_widgets.h"
#else
#include "gui_multi_sig_import_wallet_info_widgets.h"
#include "gui_import_multisig_wallet_info_widgets.h"
#endif
#include <gui_views.h>

Expand Down
6 changes: 3 additions & 3 deletions src/ui/gui_frame/gui_framework.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ static GUI_VIEW *g_viewsTable[] = {
&g_transactionSignatureView,
&g_diceRollsView,
#ifdef BTC_ONLY
&g_multisigImportWalletInfoView,
&g_multisigImportWalletSuccessView,
&g_createMultiView
&g_importMultisigWalletInfoView,
&g_importMultisigWalletView,
&g_createMultisigWalletView
#endif
};

Expand Down
Loading

0 comments on commit a75570c

Please sign in to comment.