mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02:00
contractcourt: remove block subscription in chain arbitrator
This commit removes the block subscriptions used in `ChainArbitrator` and replaced them with the blockbeat managed by `BlockbeatDispatcher`.
This commit is contained in:
@@ -36,7 +36,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
defaultTimeout = 30 * time.Second
|
||||
defaultTimeout = 10 * time.Second
|
||||
|
||||
breachOutPoints = []wire.OutPoint{
|
||||
{
|
||||
|
Reference in New Issue
Block a user