mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-20 13:56:45 +00:00
8 lines
126 B
Go
8 lines
126 B
Go
package flowcontext
|
|
|
|
import (
|
|
"github.com/fabbez/topiad/infrastructure/logger"
|
|
)
|
|
|
|
var log = logger.RegisterSubSystem("PROT")
|