From 4bf291c1851a503a7c2e85f41442e359bf3de02d Mon Sep 17 00:00:00 2001 From: Rafael Ugolini Date: Fri, 17 Nov 2023 14:48:02 +0100 Subject: [PATCH] fix: remove black magic --- src/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.c b/src/main.c index fba32f77..763ab46e 100644 --- a/src/main.c +++ b/src/main.c @@ -191,9 +191,6 @@ __attribute__((section(".boot"))) int main(int arg0) { // those! BEGIN_TRY { TRY { - // Low-level black magic. - check_api_level(CX_COMPAT_APILEVEL); - // Check if we are called from the dashboard. if (!arg0) { // Called from dashboard, launch Ethereum app