-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
On node startup, even for a light node, the payment channel manager starts up and watches the chain for paych-related messages to react to. Payment channels get minimal (to no) use currently on mainnet so we should be safe to introduce a configuration option to disable the payment channel manager and turn it on by default.
See
Lines 120 to 126 in 0d1d7c2
// Service: Payment channels | |
Override(new(paychmgr.PaychAPI), From(new(modules.PaychAPI))), | |
Override(new(*paychmgr.Store), modules.NewPaychStore), | |
Override(new(*paychmgr.Manager), modules.NewManager), | |
Override(HandlePaymentChannelManagerKey, modules.HandlePaychManager), | |
Override(SettlePaymentChannelsKey, settler.SettlePaymentChannels), | |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
📌 Triage