Update log.go

This commit is contained in:
topianet 2023-12-11 11:40:42 +01:00 committed by GitHub
parent 12aeaa153b
commit 363e938691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
package handshake
import (
"github.com/kaspanet/kaspad/infrastructure/logger"
"github.com/kaspanet/kaspad/util/panics"
"github.com/fabbez/topiad/infrastructure/logger"
"github.com/fabbez/topiad/util/panics"
)
var log = logger.RegisterSubSystem("PROT")