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;'
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;'