File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
19
20
20
- EIP-191 improvements, now lets the user see the entire message one chunk at a time (255 characters for LNX & LNS+, 99 for LNS)
21
21
22
+ ### Fixed
23
+
24
+ - Allow swap with variants
25
+
22
26
## [ 1.9.19] ( https://github.com/ledgerhq/app-ethereum/compare/1.9.18...1.9.19 ) - 2022-06-15
23
27
24
28
### Added
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ APPVERSION_M=1
36
36
APPVERSION_N =9
37
37
APPVERSION_P =20
38
38
APPVERSION =$(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
39
- APP_LOAD_FLAGS = --appFlags 0x240 --dep Ethereum:$(APPVERSION )
39
+ APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION )
40
40
41
41
# ##########################
42
42
# Set Chain environnement #
You can’t perform that action at this time.
0 commit comments