We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that htlc-logger.js only filters for:
htlc-logger.js
wire_failure = TEMPORARY_CHANNEL_FAILURE / failure_detail = INSUFFICIENT_BALANCE
In my opinion, however, there are other interesting wire failures, such as:
UNKNOWN_NEXT_PEER, FEE_INSUFFICIENT and more...
I would appreciate it very much if all failures that occur on a forward are included in the table failed_htlc in jet.db
failed_htlc
jet.db
The text was updated successfully, but these errors were encountered:
itsneski
No branches or pull requests
It seems that
htlc-logger.js
only filters for:wire_failure = TEMPORARY_CHANNEL_FAILURE / failure_detail = INSUFFICIENT_BALANCE
In my opinion, however, there are other interesting wire failures, such as:
UNKNOWN_NEXT_PEER, FEE_INSUFFICIENT and more...
I would appreciate it very much if all failures that occur on a forward are included in the table
failed_htlc
injet.db
The text was updated successfully, but these errors were encountered: