From 4cc8a854e45d1126ed19568fc68c13381147743c Mon Sep 17 00:00:00 2001 From: quest Date: Tue, 14 Jan 2025 21:18:05 -1000 Subject: [PATCH] Fix duplicate deps --- neutrino.go | 6 ------ rescan.go | 2 -- 2 files changed, 8 deletions(-) diff --git a/neutrino.go b/neutrino.go index cc2d367..c8ad193 100644 --- a/neutrino.go +++ b/neutrino.go @@ -12,12 +12,6 @@ import ( "sync/atomic" "time" - "github.com/gcash/bchd/btcjson" - "github.com/gcash/bchd/txscript" - "github.com/gcash/bchutil/gcs" - "github.com/gcash/bchutil/gcs/builder" - "github.com/gcash/neutrino/banman" - "github.com/gcash/bchd/addrmgr" "github.com/gcash/bchd/blockchain" "github.com/gcash/bchd/btcjson" diff --git a/rescan.go b/rescan.go index 348767d..5e90ca4 100644 --- a/rescan.go +++ b/rescan.go @@ -10,8 +10,6 @@ import ( "sync/atomic" "time" - "github.com/gcash/bchd/chaincfg" - "github.com/gcash/bchd/btcjson" "github.com/gcash/bchd/chaincfg" "github.com/gcash/bchd/chaincfg/chainhash"