Skip to content

Commit

Permalink
Clarify TODO about path restrictions in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Feb 26, 2024
1 parent 009573d commit efb7bf9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,19 @@ endif

include $(BOLOS_SDK)/Makefile.defines

# TODO: compile with the right path restrictions
# TODO: Compile with the right path restrictions
#
# The right path restriction would be something like
# --path "*'/0'"
# for mainnet, and
# --path "*'/1'"
# for testnet.
#
# That is, restrict the BIP-44 coin_type, but not the purpose.
# However, this wildcards are currently supported by the OS.
#
# Note that the app still requires explicit user approval before exporting
# any xpub outside of a small set of allowed standard paths.

# Application allowed derivation curves.
CURVE_APP_LOAD_PARAMS = secp256k1
Expand Down

0 comments on commit efb7bf9

Please sign in to comment.