From e6c6426fb38c9a3ba0599ef7e5e0e08cbc055fb9 Mon Sep 17 00:00:00 2001 From: ac4ch Date: Wed, 15 Jan 2025 20:11:24 +0100 Subject: [PATCH] refa(spv-1373) correcting imports --- notifications/webhook.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notifications/webhook.go b/notifications/webhook.go index fbcf4fc..9d41f9d 100644 --- a/notifications/webhook.go +++ b/notifications/webhook.go @@ -9,9 +9,8 @@ import ( "runtime" "time" - "github.com/bitcoin-sv/spv-wallet/models" - "github.com/bitcoin-sv/spv-wallet-go-client/commands" + "github.com/bitcoin-sv/spv-wallet/models" ) // WebhookOptions - options for the webhook