rkfg
rkfg
Switched to the routing view from channels and lntop crashed with this: ``` panic: send on closed channel goroutine 14 [running]: github.com/edouardparis/lntop/pubsub.(*PubSub).routingUpdates.func1(0x4000040f60, 0x400047c6c0, 0x4000040de0) /home/rkfg/soft/svn-soft/lntop/pubsub/pubsub.go:99 +0x3c created by github.com/edouardparis/lntop/pubsub.(*PubSub).routingUpdates /home/rkfg/soft/svn-soft/lntop/pubsub/pubsub.go:96...
Not sure we can do much about it. Sending shows fine because it generates a `ForwardEvent` (see `router.pb.go`) that has `HtlcInfo` in it and there are incoming/outgoing amounts so this...
Just had a situation yesterday when Blixt couldn't send a payment because of no liquidity on the route (and I repeated it 3 times after timeouts) while SBW did it...
This is related to #485. The Win16 API function calls should use __pascal calling convention for the argument order to be right (left to right). I didn't find anything useful...
### Background Maybe I don't understand something here but my lnd sends my balance from one `p2wpkh` address to another after the channel was force closed remotely. There are no...
It's just a field in the protocol with the corresponding channel id (outgoing id for incoming HTLCs and incoming id for outgoing HTLCs), it's currently not copied to the model...
Kinda insane idea but why not. `lnd` has a so called Mission Control which is a database of failed and succeeded forwards for other channels in the network. It can...
I have a watchtower on a separate server that stores the commitments from the main node. The database size grows steadily as traffic is pretty good on the node. I'm...
I don't see a pattern here, it just works for some time and then stops updating, tray menu also doesn't work. Log doesn't contain anything useful just state changes. Works...
Either I do something wrong or it's an implementation detail that makes it very hard to use on Steam Controller. The big difference with Steam is that in Steam the...