diff --git a/.github/workflows/lint-workflow.yml b/.github/workflows/lint-workflow.yml index 6ff53d74b..6cf5ff61f 100644 --- a/.github/workflows/lint-workflow.yml +++ b/.github/workflows/lint-workflow.yml @@ -1,28 +1,26 @@ -name: Code style check +--- + name: Code style check -on: - workflow_dispatch: - push: - branches: - - master - - develop - pull_request: - branches: - - master - - develop + # This workflow will run linting checks to ensure a level of uniformization among all Ledger applications. + # + # The presence of this workflow is mandatory as a minimal level of linting is required. + # You are however free to modify the content of the .clang-format file and thus the coding style of your application. + # We simply ask you to not diverge too much from the linting of the Boilerplate application. -jobs: - job_lint: - name: Lint - runs-on: ubuntu-latest + on: + workflow_dispatch: + push: + branches: + - master + - main + - develop + pull_request: - steps: - - name: Clone - uses: actions/checkout@v2 - - - name: Lint - uses: DoozyX/clang-format-lint-action@v0.12 - with: - source: './src' - extensions: 'h,c' - clangFormatVersion: 12 + jobs: + check_linting: + name: Check linting using the reusable workflow + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1 + with: + source: './src' + extensions: 'h,c' + version: 12 diff --git a/src/handler/get_wallet_address.c b/src/handler/get_wallet_address.c index 96a6cbdb1..9a1065148 100644 --- a/src/handler/get_wallet_address.c +++ b/src/handler/get_wallet_address.c @@ -217,5 +217,18 @@ void handler_get_wallet_address(dispatcher_context_t *dc, uint8_t protocol_versi } SEND_RESPONSE(dc, address, address_len, SW_OK); + +#ifdef HAVE_NBGL + // Workaround for a glitch when get_wallet_address is called right after a UX flow that has + // a long confirmation screen (e.g. register_wallet), as processing this command sometimes + // lead to the "Processing..." screen not being cleared at the end of the command. + // By forcing to show the dashboard, we avoid it; however, this is not a perfect solution, + // as it results in cutting short the duration of the "Address verified" status. + // This only happens on Flex and Stax, and only for complex policies. Therefore, + // we use the workaround for non-default wallets, and only on NBGL devices. + if (!is_wallet_default) { + ui_menu_main(); + } +#endif } } diff --git a/tests/snapshots/flex/test_dashboard/00001.png b/tests/snapshots/flex/test_dashboard/00001.png index 9b6611638..c7f25acbe 100644 Binary files a/tests/snapshots/flex/test_dashboard/00001.png and b/tests/snapshots/flex/test_dashboard/00001.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_non_standard_0_0/00003.png b/tests/snapshots/flex/test_get_extended_pubkey_non_standard_0_0/00003.png index 68f7f1bec..7b8f6e02e 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_non_standard_0_0/00003.png and b/tests/snapshots/flex/test_get_extended_pubkey_non_standard_0_0/00003.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_non_standard_reject_0_0/00003.png b/tests/snapshots/flex/test_get_extended_pubkey_non_standard_reject_0_0/00003.png index 68f7f1bec..7b8f6e02e 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_non_standard_reject_0_0/00003.png and b/tests/snapshots/flex/test_get_extended_pubkey_non_standard_reject_0_0/00003.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png index 722f20a97..ba5291d98 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png and b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png index 722f20a97..ba5291d98 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png and b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png index 722f20a97..ba5291d98 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png and b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png index 722f20a97..ba5291d98 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png and b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png index 722f20a97..ba5291d98 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png and b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png index 722f20a97..ba5291d98 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png and b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png index 722f20a97..ba5291d98 100644 Binary files a/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png and b/tests/snapshots/flex/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00002.png b/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00002.png index 4fa269da2..dc357b293 100644 Binary files a/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00002.png and b/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00002.png differ diff --git a/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00007.png b/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00007.png index 48f5a7987..f48509e37 100644 Binary files a/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00007.png and b/tests/snapshots/flex/test_register_miniscript_long_policy_0_0/00007.png differ diff --git a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png index 5772a5492..e1f724ab1 100644 Binary files a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png and b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png differ diff --git a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png index 5772a5492..e1f724ab1 100644 Binary files a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png and b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png differ diff --git a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png index 5772a5492..e1f724ab1 100644 Binary files a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png and b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png differ diff --git a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png index 5772a5492..e1f724ab1 100644 Binary files a/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png and b/tests/snapshots/flex/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png differ diff --git a/tests/snapshots/flex/test_register_wallet_accept_legacy_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_accept_legacy_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_accept_legacy_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_accept_legacy_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_accept_legacy_v1_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_accept_legacy_v1_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_accept_legacy_v1_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_accept_legacy_v1_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_accept_sh_wit_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_accept_sh_wit_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_accept_sh_wit_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_accept_sh_wit_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_accept_sh_wit_v1_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_accept_sh_wit_v1_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_accept_sh_wit_v1_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_accept_sh_wit_v1_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_accept_wit_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_accept_wit_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_accept_wit_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_accept_wit_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_accept_wit_v1_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_accept_wit_v1_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_accept_wit_v1_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_accept_wit_v1_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_tr_script_pk_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_tr_script_pk_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_tr_script_pk_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_tr_script_pk_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_tr_script_sortedmulti_0_0/00006.png b/tests/snapshots/flex/test_register_wallet_tr_script_sortedmulti_0_0/00006.png index c10e9fb21..a13f5cf9c 100644 Binary files a/tests/snapshots/flex/test_register_wallet_tr_script_sortedmulti_0_0/00006.png and b/tests/snapshots/flex/test_register_wallet_tr_script_sortedmulti_0_0/00006.png differ diff --git a/tests/snapshots/flex/test_register_wallet_tr_with_nums_keypath_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_tr_with_nums_keypath_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_tr_with_nums_keypath_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_tr_with_nums_keypath_0_0/00005.png differ diff --git a/tests/snapshots/flex/test_register_wallet_with_long_name_0_0/00005.png b/tests/snapshots/flex/test_register_wallet_with_long_name_0_0/00005.png index 3ceb92175..de178ceb3 100644 Binary files a/tests/snapshots/flex/test_register_wallet_with_long_name_0_0/00005.png and b/tests/snapshots/flex/test_register_wallet_with_long_name_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_non_standard_0_0/00003.png b/tests/snapshots/stax/test_get_extended_pubkey_non_standard_0_0/00003.png index 915102d71..478c700a9 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_non_standard_0_0/00003.png and b/tests/snapshots/stax/test_get_extended_pubkey_non_standard_0_0/00003.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_non_standard_reject_0_0/00003.png b/tests/snapshots/stax/test_get_extended_pubkey_non_standard_reject_0_0/00003.png index 915102d71..478c700a9 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_non_standard_reject_0_0/00003.png and b/tests/snapshots/stax/test_get_extended_pubkey_non_standard_reject_0_0/00003.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png index 9a9c194c2..e37a2086c 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png and b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/0'_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png index 9a9c194c2..e37a2086c 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png and b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/10'_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png index 9a9c194c2..e37a2086c 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png and b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/44'/1'/2'/1/42_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png index 9a9c194c2..e37a2086c 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png and b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/48'/1'/4'/1'/0/7_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png index 9a9c194c2..e37a2086c 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png and b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/49'/1'/1'/1/3_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png index 9a9c194c2..e37a2086c 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png and b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/84'/1'/2'/0/10_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png index 9a9c194c2..e37a2086c 100644 Binary files a/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png and b/tests/snapshots/stax/test_get_extended_pubkey_standard_display_m/86'/1'/4'/1/12_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_0_0_0/00001.png b/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_0_0_0/00001.png index c17021678..71838683c 100644 Binary files a/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_0_0_0/00001.png and b/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_0_0_0/00001.png differ diff --git a/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_1_0_0/00001.png b/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_1_0_0/00001.png index e46901661..c38592b9e 100644 Binary files a/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_1_0_0/00001.png and b/tests/snapshots/stax/test_get_wallet_address_singlesig_legacy_v1_ui_1_0_0/00001.png differ diff --git a/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00002.png b/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00002.png index b5e6d24c0..f2a2d7e11 100644 Binary files a/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00002.png and b/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00002.png differ diff --git a/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00007.png b/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00007.png index 5dccad8b1..2c97c875a 100644 Binary files a/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00007.png and b/tests/snapshots/stax/test_register_miniscript_long_policy_0_0/00007.png differ diff --git a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png index 0acf70321..a783fed69 100644 Binary files a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png and b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Legacy_0_0/00004.png differ diff --git a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png index 0acf70321..a783fed69 100644 Binary files a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png and b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Native_Segwit_0_0/00004.png differ diff --git a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png index 0acf70321..a783fed69 100644 Binary files a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png and b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Nested_Segwit_0_0/00004.png differ diff --git a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png index 0acf70321..a783fed69 100644 Binary files a/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png and b/tests/snapshots/stax/test_register_unusual_singlesig_accounts_Unusual_Taproot_0_0/00004.png differ diff --git a/tests/snapshots/stax/test_register_wallet_accept_legacy_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_accept_legacy_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_accept_legacy_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_accept_legacy_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_accept_legacy_v1_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_accept_legacy_v1_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_accept_legacy_v1_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_accept_legacy_v1_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_accept_sh_wit_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_accept_sh_wit_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_accept_sh_wit_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_accept_sh_wit_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_accept_sh_wit_v1_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_accept_sh_wit_v1_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_accept_sh_wit_v1_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_accept_sh_wit_v1_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_accept_wit_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_accept_wit_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_accept_wit_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_accept_wit_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_accept_wit_v1_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_accept_wit_v1_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_accept_wit_v1_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_accept_wit_v1_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_tr_script_pk_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_tr_script_pk_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_tr_script_pk_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_tr_script_pk_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_tr_script_sortedmulti_0_0/00006.png b/tests/snapshots/stax/test_register_wallet_tr_script_sortedmulti_0_0/00006.png index 673806bbc..fcd778d11 100644 Binary files a/tests/snapshots/stax/test_register_wallet_tr_script_sortedmulti_0_0/00006.png and b/tests/snapshots/stax/test_register_wallet_tr_script_sortedmulti_0_0/00006.png differ diff --git a/tests/snapshots/stax/test_register_wallet_tr_with_nums_keypath_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_tr_with_nums_keypath_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_tr_with_nums_keypath_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_tr_with_nums_keypath_0_0/00005.png differ diff --git a/tests/snapshots/stax/test_register_wallet_with_long_name_0_0/00005.png b/tests/snapshots/stax/test_register_wallet_with_long_name_0_0/00005.png index e3b6c2917..5d5740655 100644 Binary files a/tests/snapshots/stax/test_register_wallet_with_long_name_0_0/00005.png and b/tests/snapshots/stax/test_register_wallet_with_long_name_0_0/00005.png differ