From e97e0c295b51f4a6b33f6d2245614053c226734e Mon Sep 17 00:00:00 2001 From: Sander Kruger Date: Fri, 7 May 2021 17:34:47 +0400 Subject: [PATCH] Remove include --- src/WalletDerive.php | 2 -- 1 file changed, 2 deletions(-) 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;