Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandpo committed Nov 10, 2023
2 parents ed6ba10 + 49649e4 commit b9021d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
download_app_binaries_artifact: plugin_binaries
additional_app_binaries_artifact: ethereum_build_develop
additional_app_binaries_artifact_dir: ./tests/ethereum_build/build
test_dir: tests
2 changes: 1 addition & 1 deletion ethereum-plugin-sdk
7 changes: 7 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]

[tests]
pytest_directory = "./tests/"
1 change: 0 additions & 1 deletion src/handle_finalize.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void handle_finalize(void *parameters) {
received_network_token(context);
msg->tokenLookup2 = NULL;
}

msg->uiType = ETH_UI_TYPE_GENERIC;
msg->result = ETH_PLUGIN_RESULT_OK;
}

0 comments on commit b9021d4

Please sign in to comment.