Update log.go

This commit is contained in:
topianet 2023-12-11 03:56:41 +01:00 committed by GitHub
parent 4fcd731d01
commit a44e31beeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
package protocol
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")