Skip to content

Commit

Permalink
addrmger: switch to utreexod/wire for tests
Browse files Browse the repository at this point in the history
Maybe we'll eventually end up switching over the addrmger package to the
btcd package but at the moment this has been preventing the build
becuase of v2 network addresses in the wire package.
  • Loading branch information
kcalvinalvin committed Jan 7, 2024
1 parent 072951f commit e596d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addrmgr/addrmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"testing"
"time"

"github.com/btcsuite/btcd/addrmgr"
"github.com/btcsuite/btcd/wire"
"github.com/utreexo/utreexod/addrmgr"
"github.com/utreexo/utreexod/wire"
)

// naTest is used to describe a test to be performed against the NetAddressKey
Expand Down
4 changes: 2 additions & 2 deletions addrmgr/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"net"
"testing"

"github.com/btcsuite/btcd/addrmgr"
"github.com/btcsuite/btcd/wire"
"github.com/utreexo/utreexod/addrmgr"
"github.com/utreexo/utreexod/wire"
)

// TestIPTypes ensures the various functions which determine the type of an IP
Expand Down

0 comments on commit e596d32

Please sign in to comment.