mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-21 14:26:45 +00:00
8 lines
134 B
Go
8 lines
134 B
Go
package consensus
|
|
|
|
import (
|
|
"github.com/kaspanet/kaspad/infrastructure/logger"
|
|
)
|
|
|
|
var log, _ = logger.Get(logger.SubsystemTags.BDAG)
|