Fix markdown lint

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-30 17:34:31 +02:00
parent 2eb097f2c1
commit f3eb4f7148
2 changed files with 10 additions and 5 deletions

View File

@@ -124,7 +124,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- EIP-191 improvements, now lets the user see the entire message one chunk at a time (255 characters for LNX & LNS+, 99 for LNS) - EIP-191 improvements, now lets the user see the entire message one chunk at a time
(255 characters for LNX & LNS+, 99 for LNS)
### Fixed ### Fixed
@@ -145,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- EIP-191 signatures now show (up to 99 characters on LNS and 255 on LNX & LNS+) the actual data contained in the message (clear-signing) - EIP-191 signatures now show (up to 99 characters on LNS and 255 on LNX & LNS+) the actual data
contained in the message (clear-signing)
### Fixed ### Fixed
@@ -256,7 +258,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- When blind signing is disabled in settings, and a transaction with smart conract interactions is sent to the app, a new warning screen pops to let the user know that the setting must be enabled to sign this kind of transactions. - When blind signing is disabled in settings, and a transaction with smart conract interactions is sent to the app,
a new warning screen pops to let the user know that the setting must be enabled to sign this kind of transactions.
## [1.9.4](https://github.com/ledgerhq/app-ethereum/compare/1.9.3...1.9.4) - 2021-9-14 ## [1.9.4](https://github.com/ledgerhq/app-ethereum/compare/1.9.3...1.9.4) - 2021-9-14

View File

@@ -263,9 +263,11 @@ to compile and run them.
## Contributing ## Contributing
Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. Contributions are what makes the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag `enhancement`. If you have a suggestion that would make this better, please fork the repo and create a pull request.
You can also simply open an issue with the tag `enhancement`.
1. Fork the Project 1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/my-feature`) 2. Create your Feature Branch (`git checkout -b feature/my-feature`)