From 7020a6bddb86c115a9c7ab168c78210c20ac7737 Mon Sep 17 00:00:00 2001 From: jakubmkowalski Date: Tue, 20 Feb 2024 13:38:07 +0100 Subject: [PATCH] chore: changes spvwalleterrors to apierrors --- models/{spvwalleterrors => apierrors}/errors_def.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename models/{spvwalleterrors => apierrors}/errors_def.go (78%) diff --git a/models/spvwalleterrors/errors_def.go b/models/apierrors/errors_def.go similarity index 78% rename from models/spvwalleterrors/errors_def.go rename to models/apierrors/errors_def.go index b9d546738..1f4a278d2 100644 --- a/models/spvwalleterrors/errors_def.go +++ b/models/apierrors/errors_def.go @@ -1,5 +1,5 @@ -// Package spvwalleterrors contains errors that can be returned by spv-wallet api -package spvwalleterrors +// Package apierrors contains errors that can be returned by spv-wallet api +package apierrors import "errors"