Tony Aldon
Tony Aldon
## What's wrong Byte compilation done by straight differs from the one done by `byte-compile-file` and seems to create a symbol that doesn't exist. ## Directions to reproduce When I...
`estimatefees` has changed in CLN version v23.05. See deprecated section in https://github.com/ElementsProject/lightning/blob/master/CHANGELOG.md#23051---2023-06-05-austin-texas-agreementatxa-ii. The new spec is (https://github.com/ElementsProject/lightning/blob/master/doc/PLUGINS.md#estimatefees): `estimatefees` Polled by `lightningd` to get the current feerate, all values must be...
* company-emoji.el: Require (dash.el). Sort list (company-emojis). problem: After first completion with company-emoji, the company-emoji list was cut and started only from the first element :grinning: of the list company-emoji-list-create....
`estimatefees` has changed in CLN version v23.05. See deprecated section in https://github.com/ElementsProject/lightning/blob/master/CHANGELOG.md#23051---2023-06-05-austin-texas-agreementatxa-ii. The new spec is (https://github.com/ElementsProject/lightning/blob/master/doc/PLUGINS.md#estimatefees): `estimatefees` Polled by `lightningd` to get the current feerate, all values must be...
While looking at #23 today (solved by #21) I came up with a test for lnsocket/go that might be useful for regression testing. This is the PR.