Skip to content

Commit e35b1cd

Browse files
Removed GLOBAL_PIN app flag, not needed anymore
Since 170387c
1 parent 89898b8 commit e35b1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ VARIANT_VALUES = $(SUPPORTED_CHAINS)
111111
########################################
112112
# See SDK `include/appflags.h` for the purpose of each permission
113113
#HAVE_APPLICATION_FLAG_DERIVE_MASTER = 1
114-
HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
114+
#HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
115115
HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
116116
ifeq ($(CHAIN),ethereum)
117117
HAVE_APPLICATION_FLAG_LIBRARY = 1

0 commit comments

Comments
 (0)