Skip to content

Commit

Permalink
Merge pull request #149 from OPSnet/fix-require
Browse files Browse the repository at this point in the history
Remove extraneous require statements
  • Loading branch information
serhack committed Jan 6, 2024
2 parents 08fc792 + ea4ee83 commit 2778239
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Cryptonote.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
*/
namespace MoneroIntegrations\MoneroPhp;

require 'vendor/autoload.php';

use kornrunner\Keccak as keccak;
use Exception;

Expand Down
2 changes: 0 additions & 2 deletions src/subaddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace MoneroIntegrations\MoneroPhp;

require 'vendor/autoload.php';

use kornrunner\Keccak as keccak;

class subaddress
Expand Down

0 comments on commit 2778239

Please sign in to comment.