monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
118 stars 76 forks source link

Autoloading issues #90

Closed pandabadger closed 5 years ago

pandabadger commented 5 years ago

Some issues after the recent autoloading changes: psr-4 is case sensitive, i.e. cryptonote.php must be Cryptonote.php, or the class renamed. Same with Serialize, Varint. Namespaced classes using the standard Exceptions class also now need 'use Exception;'