-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EarningsTracker not seeing fees #222
Comments
ksedgwic
added a commit
to ksedgwic/clboss
that referenced
this issue
Jul 21, 2024
Fixes ([ZmnSCPxj#222]) Prior to ElementsProject/lightning@780f32d (`v23.05`) both `fee` and `fee_msat` were sent for compatibility. The ForwardFeeMonitor was checking for the presence of the `fee` field before processing the record. This needed to be updated to `fee_msat`.
ksedgwic
added a commit
that referenced
this issue
Aug 8, 2024
Fixes ([#222]) Prior to ElementsProject/lightning@780f32d (`v23.05`) both `fee` and `fee_msat` were sent for compatibility. The ForwardFeeMonitor was checking for the presence of the `fee` field before processing the record. This needed to be updated to `fee_msat`.
Fixed by #223 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My node did some forwarding and collected some fees, from
summars
:But the
offchain_earnings_tracker
output does not show any fees:Inspecting the
ForwardFeeMonitor
code shows a likely culprit:In CLN
v23.05
the deprecated compatibility non-msat values were removed:ElementsProject/lightning@780f32d
The text was updated successfully, but these errors were encountered: