Skip to content

Commit 5dc85b6

Browse files
committed
Remove banner 'Pending Ledger review'
1 parent 0305074 commit 5dc85b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endef
7272
$(error "$(errorMessage)")
7373
endif
7474

75-
APP_LOAD_PARAMS = --appFlags 0x200 --delete $(COMMON_LOAD_PARAMS) --path ${APPPATH} --path "44'/1'" --tlvraw 9F:01
75+
APP_LOAD_PARAMS = --appFlags 0x200 --delete $(COMMON_LOAD_PARAMS) --path ${APPPATH} --path "44'/1'"
7676

7777
ifeq ($(TARGET_NAME),TARGET_NANOS)
7878
ICONNAME:=$(CURDIR)/nanos_icon.gif

0 commit comments

Comments
 (0)