mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00

* [NOD-1194] Make error handling more centralized, and ignore ErrRouteClosed * [NOD-1194] Ignore ErrRouteClosed in connection_loops as well * [NOD-1194] Enhance comment * [NOD-1194] Return after any HandleError * [NOD-1194] Rephrased comment
8 lines
121 B
Go
8 lines
121 B
Go
package flowcontext
|
|
|
|
import (
|
|
"github.com/kaspanet/kaspad/logger"
|
|
)
|
|
|
|
var log, _ = logger.Get(logger.SubsystemTags.PROT)
|