AlphaWallet / Web3E

Web3E Ethereum for Embedded devices running Arduino framework
MIT License
143 stars 45 forks source link

Mismatched case in filenames included in some files makes linux compilation to fail #6

Closed fcgdam closed 4 years ago

fcgdam commented 4 years ago

Hi: A quick issue: The Library pulled directly from gihub or from the platormio lib repository has some mismatched case in filenames which makes compilation in Linux to fail. For example on KeyID.h refers the trezor directory when it should be Trezor. The same for the include of web3.h that should be Web3.h.

The KeyID.h file is the only one affected. I could do a pull request but probably doesn't make senso to this simple issue.

Correcting the above makes the library to compile fine.