Update p2p_addresses.go

This commit is contained in:
topianet 2023-12-29 18:48:37 +01:00 committed by GitHub
parent 8ce357061e
commit 60b36a5118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package protowire package protowire
import ( import (
"github.com/kaspanet/kaspad/app/appmessage" "github.com/fabbez/topiad/app/appmessage"
"github.com/pkg/errors" "github.com/pkg/errors"
) )