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

* Increase virtualChangeChan to 100e3 Don't crash when sending UTXO RPC notification to a closed route Throw error if virtualChangeChan is full * Use MaybeEnqueue in more places * Remove comment * Ignore capacity reached errors on MaybeEnqueue
8 lines
123 B
Go
8 lines
123 B
Go
package router
|
|
|
|
import (
|
|
"github.com/kaspanet/kaspad/infrastructure/logger"
|
|
)
|
|
|
|
var log = logger.RegisterSubSystem("ROUT")
|