Skip to content

Commit

Permalink
feat(SPV-904): temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yarex-4chain committed Oct 1, 2024
1 parent dcc69ed commit 31b4c62
Show file tree
Hide file tree
Showing 6 changed files with 527 additions and 695 deletions.
2 changes: 1 addition & 1 deletion contacts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"

"github.com/bitcoin-sv/spv-wallet-go-client/fixtures"
"github.com/bitcoin-sv/spv-wallet/models"
"github.com/bitcoin-sv/spv-wallet/models/response"
responsemodels "github.com/bitcoin-sv/spv-wallet/models/response"
"github.com/stretchr/testify/require"
)
Expand Down
3 changes: 1 addition & 2 deletions fixtures/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ package fixtures
import (
"encoding/json"

"github.com/bitcoin-sv/spv-wallet/models"
"github.com/bitcoin-sv/spv-wallet/models/common"
"github.com/bitcoin-sv/spv-wallet/models/response"
responsemodels "github.com/bitcoin-sv/spv-wallet/models/response"
)

Expand Down
Loading

0 comments on commit 31b4c62

Please sign in to comment.