updates for cross-chain bootnodes (#486)

This commit is contained in:
Dmitry Holodov
2023-06-19 14:47:27 -05:00
committed by GitHub
parent 8941163c00
commit 7619b9a6af
50 changed files with 359 additions and 355 deletions

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"time"
logging "github.com/ipfs/go-log"
logging "github.com/ipfs/go-log/v2"
"github.com/athanorlabs/atomic-swap/common"
)

View File

@@ -10,7 +10,7 @@ import (
"testing"
"time"
logging "github.com/ipfs/go-log"
logging "github.com/ipfs/go-log/v2"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"