btcpayserver / btcpayserver/app
Server Plugin: [ERR] BTC (Lightning): Error while contacting
- Dominant language
- HTML
- Stars
- 22
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
As I debug https://github.com/btcpayserver/app/issues/209 I've noticed that one of the clients has troubles getting any payments. It seems connection to the hub gets closed.
```
ERR] BTC (Lightning): Error while contacting
System.Threading.Channels.ChannelClosedException: The channel has been closed.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at BTCPayServer.Plugins.App.BTCPayAppLightningClient.Listener.WaitInvoice(CancellationToken cancellation) in /home/d11n/Sources/btcpay/app/BTCPayServer.Plugins.App/BTCPayAppLightningClient.cs:line 125
at BTCPayServer.Payments.Lightning.LightningInstanceListener.Listen(CancellationToken cancellation) in /source/BTCPayServer/Payments/Lightning/LightningListener.cs:line 541
```
```
2025-05-20 10:06:20.132 +00:00 [ERR] BTC (Lightning): Error while contacting
System.Threading.Channels.ChannelClosedException: The channel has been closed.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at BTCPayServer.Plugins.App.BTCPayAppLightningClient.Listener.WaitInvoice(CancellationToken cancellation) in /home/d11n/Sources/btcpay/app/BTCPayServer.Plugins.App/BTCPayAppLightningClient.cs:line 125
at BTCPayServer.Payments.Lightning.LightningInstanceListener.Listen(CancellationToken cancellation) in /source/BTCPayServer/Payments/Lightning/LightningListener.cs:line 541
2025-05-20 10:06:20.133 +00:00 [INF] BTC (Lightning): Stop listening
2025-05-20 10:06:20.279 +00:00 [ERR] Error while processing vss backup request
System.OperationCanceledException: Query was cancelled
---> Npgsql.PostgresException (0x80004005): 57014: canceling statement due to user request
at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
Exception data:
Severity: ERROR
SqlState: 57014
MessageText: canceling statement due to user request
File: postgres.c
Line: 3227
Routine: ProcessInterrupts
--- End of inner exception stack trace ---
at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at BTCPayServer.Plugins.App.API.VSSController.<>c__DisplayClass6_0.<b__0>d.MoveNext() in /home/d11n/Sources/btcpay/app/BTCPayServer.Plugins.App/API/VSSController.cs:line 99
2025-05-20 10:06:26.907 +00:00 [INF] BTC (Lightning): Start listening
```
```
System.InvalidOperationException: Connection not found
at BTCPayServer.Plugins.App.BTCPayAppLightningClient.get_HubClient() in /home/d11n/Sources/btcpay/app/BTCPayServer.Plugins.App/BTCPayAppLightningClient.cs:line 26
at BTCPayServer.Plugins.App.BTCPayAppLightningClient.Listen(CancellationToken cancellation) in /home/d11n/Sources/btcpay/app/BTCPayServer.Plugins.App/BTCPayAppLightningClient.cs:line 83
at BTCPayServer.Payments.Lightning.LightningInstanceListener.Listen(CancellationToken cancellation) in /source/BTCPayServer/Payments/Lightning/LightningListener.cs:line 530
2025-05-20 10:22:19.780 +00:00 [INF] BTC (Lightning): Stop listening
2025-05-20 10:22:19.938 +00:00 [WRN] Unhandled exception in SubscriptionService
System.MissingMethodException: Method not found: 'BTCPayServer.Client.Models.PaymentRequestBaseData BTCPayServer.Data.PaymentRequestDataExtensions.GetBlob(BTCPayServer.Data.PaymentRequestData)'.
at BTCPayServer.Plugins.Subscriptions.SubscriptionService.ProcessEvent(Object evt, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at BTCPayServer.Plugins.Subscriptions.SubscriptionService.ProcessEvent(Object evt, CancellationToken cancellationToken)
at BTCPayServer.HostedServices.EventHostedServiceBase.ProcessEvents(CancellationToken cancellationToken) in /source/BTCPayServer/HostedServices/EventHostedServiceBase.cs:line 45
2025-05-20 10:22:20.675 +00:00 [INF] Starting client process
```
## Client
```
[2025-05-20 11:46:19 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 11:46:19 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:46:21 INF] Synced to remote 1 items and deleted 0 items Payment_87c16cc1a04c141377b7ba1758412ece96aaa9215c249438076190b0ffd427a1_default_True 0 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:08 INF] Disconnecting from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:08 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:08 INF] Disconnected from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:10 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:10 INF] Synced to remote 1 items and deleted 0 items Setting_ln:lightningconfig 2 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:11 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:11 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:12 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 11:47:12 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:14 INF] Synced to remote 1 items and deleted 0 items Setting_ln:lightningconfig 3 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:16 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:20 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 11:47:20 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 11:47:22 INF] Synced to remote 1 items and deleted 0 items Setting_ln:NetworkGraph 13 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:24 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:24 INF] Synced to remote 1 items and deleted 0 items Payment_35c9c899d26b412a6c5a171820ebf97445b4dd742fceda5702b14904bd934421_default_True 0 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:44 INF] Disconnecting from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:44 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:44 INF] Disconnected from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:45 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:45 INF] Synced to remote 1 items and deleted 0 items Setting_ln:lightningconfig 4 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:46 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:46 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:46 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 11:47:46 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:46 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:47:48 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:48 INF] Synced to remote 1 items and deleted 0 items Setting_ln:lightningconfig 5 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:53 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 11:47:53 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 11:47:54 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:47:54 INF] Synced to remote 1 items and deleted 0 items Payment_06b9e641d896ce7a095f803d01dc820ae0ec8eda68355465bc9b80a46ee8ab31_default_True 0 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:50:01 ERR] Failed to send 3432 bytes of data to peer: Connection reset by peer - disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:50:01 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:50:18 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:50:18 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 11:50:18 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 11:51:12 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:51:12 INF] Synced to remote 1 items and deleted 0 items Setting_ln:Score 21 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 11:51:16 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 3.448 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 11:51:16 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:03:08 INF] Lightning node state changed: Init -> WaitingForConnection (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:03:08 INF] Connection state changed: Init -> WaitingForAuth (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:03:08 INF] Wallet state changed: Init -> WaitingForConnection (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:03:08 INF] Service started (BTCPayApp.Maui.HostedServiceInitializer)
[2025-05-20 12:03:18 INF] Connection state changed: WaitingForAuth -> Connecting (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:03:22 INF] Connection state changed: Connecting -> Syncing (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:03:22 INF] NotifyServerNode: 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@77.237.242.178:9735 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:03:22 INF] NotifyNetwork: Main (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:03:23 INF] Syncing to local. Master: null - Device: 4144597717216766655 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:03:25 INF] Connection state changed: Syncing -> ConnectedFinishedInitialSync (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:03:25 INF] MasterUpdated: 4144597717216766655 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:03:25 INF] OnMasterUpdated: Setting master to 4144597717216766655 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:03:25 INF] Connection state changed: ConnectedFinishedInitialSync -> ConnectedAsPrimary (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:03:25 INF] Wallet state changed: WaitingForConnection -> Loaded (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:03:25 INF] Lightning node state changed: WaitingForConnection -> Loading (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:03:25 INF] Starting lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:03:25 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:03:25 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:03:27 INF] Starting LDKNode services (LDK)
[2025-05-20 12:03:27 INF] Starting LDKChannelSync (LDK)
[2025-05-20 12:03:27 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:03:27 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:03:27 INF] Starting LDKBackgroundProcessor (LDK)
[2025-05-20 12:03:27 INF] Starting LDKPeerHandler (LDK)
[2025-05-20 12:03:28 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 3.448 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:03:28 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:03:28 INF] Starting LDKAnnouncementBroadcaster (LDK)
[2025-05-20 12:03:28 INF] Starting BTCPayPaymentsNotifier (LDK)
[2025-05-20 12:03:28 INF] Starting LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-20 12:03:28 INF] Starting LDKRapidGossipSyncer (LDK)
[2025-05-20 12:03:28 INF] Connecting to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:03:28 INF] Starting OlympusFlow2Jit (LDK)
[2025-05-20 12:03:28 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:03:28 INF] LDKNode started (LDK)
[2025-05-20 12:03:28 INF] Lightning node state changed: Loading -> Loaded (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:03:28 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:03:28 INF] Connection to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:03:28 INF] Received peer Init message from 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: not supported, OnionMessages: supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 12:03:29 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 12:03:30 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:03:30 INF] Synced to remote 3 items and deleted 0 items Setting_ln:ChannelManager 35, Setting_ln:output_sweeper 31, Setting_ln:watchedOutputs 31 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:04:32 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:04:37 INF] Synced to remote 1 items and deleted 0 items Setting_ln:NetworkGraph 14 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:05:23 INF] NewBlock: 000000000000000000015b8a10fd25d7fec3b7930da7ce8a44128358aa589e0e (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:05:23 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:05:23 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:05:23 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:05:23 INF] New block 000000000000000000015b8a10fd25d7fec3b7930da7ce8a44128358aa589e0e (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:05:23 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:05:23 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:05:23 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:05:24 INF] New fee rate for 144 blocks (LDKConfirmationTarget_MinAllowedNonAnchorChannelRemoteFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:05:24 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:05:24 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:05:24 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:05:24 INF] New block 000000000000000000015b8a10fd25d7fec3b7930da7ce8a44128358aa589e0e processed (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:05:24 INF] Synced to remote 2 items and deleted 0 items Setting_ln:ChannelManager 36, Setting_ln:output_sweeper 32 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:05:26 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:05:26 INF] Synced to remote 2 items and deleted 0 items Setting_ln:watchedOutputs 32, Setting_walletconfig 23 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:05:42 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:05:42 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:05:43 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:05:43 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:05:44 INF] Synced to remote 1 items and deleted 0 items Payment_d091e7c8219659e42e719c21fbb7e7467cc2c6c77d99001e8dee01511849b077_default_True 0 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:06:04 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:06:04 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:06:05 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 12:06:14 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:06:14 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:06:15 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:06:15 INF] Synced to remote 1 items and deleted 0 items Payment_53d1e3d197be35d8ed05740cee06201a3b54a75f85123ae1ffb8dd2956d22f89_default_True 0 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:06:56 INF] New fee rate for 1 blocks: 4.443 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:06:56 INF] New fee rate for 6 blocks: 3.448 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:08 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:08:23 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:23 INF] NewBlock: 000000000000000000022e9dd3f59061b920d38fa1f3b97c7c6a58a90d5c793b (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:08:23 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:23 INF] New block 000000000000000000022e9dd3f59061b920d38fa1f3b97c7c6a58a90d5c793b (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:08:23 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:24 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:24 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:24 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:24 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:08:24 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:08:24 INF] New block 000000000000000000022e9dd3f59061b920d38fa1f3b97c7c6a58a90d5c793b processed (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:08:24 INF] Syncing to remote 4 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:08:24 INF] Synced to remote 4 items and deleted 0 items Setting_ln:ChannelManager 37, Setting_ln:output_sweeper 33, Setting_ln:watchedOutputs 33, Setting_walletconfig 24 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:08:30 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:08:30 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:08:31 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:08:31 INF] Synced to remote 1 items and deleted 0 items Setting_ln:Score 22 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:08:31 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 12:08:33 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 3.448 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:08:33 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:09:13 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:09:13 INF] NewBlock: 00000000000000000001c6c30c7417a5056df1847554c5b0a5df5a77528bb0b0 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:09:13 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:09:13 INF] New block 00000000000000000001c6c30c7417a5056df1847554c5b0a5df5a77528bb0b0 (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:09:13 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:09:13 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:09:13 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:09:13 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:09:14 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:09:14 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:09:14 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:09:14 INF] New block 00000000000000000001c6c30c7417a5056df1847554c5b0a5df5a77528bb0b0 processed (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:09:14 INF] Synced to remote 3 items and deleted 0 items Setting_ln:ChannelManager 38, Setting_ln:output_sweeper 34, Setting_walletconfig 25 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:09:16 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:09:16 INF] Synced to remote 1 items and deleted 0 items Setting_ln:watchedOutputs 34 (BTCPayApp.Core.Backup.SyncService)
[2025-05-20 12:10:17 ERR] Failed to send 104 bytes of data to peer: Connection reset by peer - disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:10:17 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:10:42 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:10:42 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:10:42 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 12:12:10 INF] Lightning node state changed: Init -> WaitingForConnection (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:12:10 INF] Connection state changed: Init -> WaitingForAuth (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:12:11 INF] Wallet state changed: Init -> WaitingForConnection (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:11 INF] Service started (BTCPayApp.Maui.HostedServiceInitializer)
[2025-05-20 12:12:19 INF] Connection state changed: WaitingForAuth -> Connecting (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:12:24 INF] Connection state changed: Connecting -> Syncing (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:12:24 INF] NotifyServerNode: 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@77.237.242.178:9735 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:12:24 INF] NotifyNetwork: Main (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:12:24 INF] Syncing to local. Master: null - Device: 4144597717216766655 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:12:26 INF] Connection state changed: Syncing -> ConnectedFinishedInitialSync (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:12:27 INF] MasterUpdated: 4144597717216766655 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-20 12:12:27 INF] Connection state changed: ConnectedFinishedInitialSync -> ConnectedAsPrimary (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:12:27 INF] OnMasterUpdated: Setting master to 4144597717216766655 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-20 12:12:27 INF] Wallet state changed: WaitingForConnection -> Loaded (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:27 INF] Lightning node state changed: WaitingForConnection -> Loading (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:12:27 INF] Starting lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:12:27 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:27 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:28 INF] New fee rate for 1 blocks: 4.442 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:28 INF] New fee rate for 6 blocks: 3.622 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:28 INF] New fee rate for 12 blocks: 3.456 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:29 INF] Starting LDKNode services (LDK)
[2025-05-20 12:12:29 INF] Starting LDKChannelSync (LDK)
[2025-05-20 12:12:29 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:12:29 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-20 12:12:29 INF] Starting LDKBackgroundProcessor (LDK)
[2025-05-20 12:12:30 INF] Starting LDKPeerHandler (LDK)
[2025-05-20 12:12:30 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-20 12:12:30 INF] Starting LDKAnnouncementBroadcaster (LDK)
[2025-05-20 12:12:30 INF] Connecting to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:12:30 INF] Starting BTCPayPaymentsNotifier (LDK)
[2025-05-20 12:12:30 INF] Starting LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-20 12:12:30 INF] Starting LDKRapidGossipSyncer (LDK)
[2025-05-20 12:12:30 INF] Connection to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:12:30 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:12:30 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-20 12:12:30 INF] Starting OlympusFlow2Jit (LDK)
[2025-05-20 12:12:30 INF] LDKNode started (LDK)
[2025-05-20 12:12:30 INF] Lightning node state changed: Loading -> Loaded (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-20 12:12:30 INF] Received peer Init message from 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: not supported, OnionMessages: supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 12:12:31 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-20 12:12:32 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing BTCPayAppLightningClient.cs at lines 26, 83, and 125, then compare its listener flow with LightningListener.cs at lines 530 and 541. VSSController.cs line 99 and SubscriptionService also appear in the logs, but no reproduction or test is named. Done is not clearly defined beyond resolving the connection and payment-listening failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100