Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Dec 20, 2024
1 parent 6fb9ed6 commit f2b9a80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/swap-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ on:
- master
- main
- develop
- swap

jobs:
job_functional_tests:
uses: Zondax/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@swap-cosmos
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop
with:
branch_for_polkadot: ${{ github.ref }}
repo_for_polkadot: ${{ github.repository }}
test_filter: '"Atom or atom or Cosmos or cosmos"'
branch_for_cosmos: ${{ github.ref }}
repo_for_cosmos: ${{ github.repository }}
test_filter: '"ATOM or atom or Cosmos or cosmos"'
2 changes: 1 addition & 1 deletion app/src/swap/handle_sign_transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bool copy_transaction_parameters(create_transaction_parameters_t *sign_transacti
}

// Ensure the received transaction matches what was validated in the Exchange app UI
// at this poin, transaction was parsed by the app,so we need to compare what we aprsed with what is saved in the global state
// at this point, transaction was parsed by the app, so we need to compare what we parsed with what is saved in the global state
parser_error_t check_swap_conditions(parser_context_t *ctx_parsed_tx) {
parser_error_t err = parser_unexpected_error;
if (ctx_parsed_tx == NULL) {
Expand Down

0 comments on commit f2b9a80

Please sign in to comment.