Skip to content

Commit dd4a031

Browse files
authored
Merge pull request #17 from blooo-io/fix/audit-fix
fix: remove SLIP21 path support
2 parents a42ae8c + be6e3fb commit dd4a031

File tree

5 files changed

+1
-3
lines changed

5 files changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ CURVE_APP_LOAD_PARAMS = secp256k1
4141
# Application allowed derivation paths.
4242
PATH_APP_LOAD_PARAMS = "44'/0'" "44'/1'" "48'/0'" "48'/1'" "49'/0'" "49'/1'" "84'/0'" "84'/1'" "86'/0'" "86'/1'"
4343

44-
# Allowed SLIP21 paths
45-
PATH_SLIP21_APP_LOAD_PARAMS = "LEDGER-Wallet policy"
4644

4745
# Application version
4846
APPVERSION_M = 1
4947
APPVERSION_N = 0
50-
APPVERSION_P = 3
48+
APPVERSION_P = 4
5149
APPVERSION_SUFFIX = # if not empty, appended at the end. Do not add a dash.
5250

5351
ifeq ($(APPVERSION_SUFFIX),)
-35 Bytes
Loading
8 Bytes
Loading
8 Bytes
Loading
-34 Bytes
Loading

0 commit comments

Comments
 (0)