diff --git a/src/WalletDerive.php b/src/WalletDerive.php index 88410af..225f98f 100644 --- a/src/WalletDerive.php +++ b/src/WalletDerive.php @@ -2,8 +2,6 @@ namespace App; -require_once __DIR__ . '/../vendor/autoload.php'; - // For HD-Wallet Key Derivation use BitWasp\Bitcoin\Bitcoin; use BitWasp\Bitcoin\Key\Factory\HierarchicalKeyFactory;