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
rust-lightning
We should do the following things after the upcoming release of rust-lightning 0.0.113:
BlockHash
get_relevant_txids
Confirm::get_relevant_txids
ChannelOpened
ChannelReady
PaymentReceived
PaymentClaimed
PaymentClaimable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should do the following things after the upcoming release of
rust-lightning
0.0.113:BlockHash
returned fromget_relevant_txids
to assert transactions are still confirmed in the correct block (see Track confirmation block hash and return viaConfirm::get_relevant_txids
rust-lightning#1796)ChannelOpened
event (see AddChannelReady
event rust-lightning#1743)PaymentReceived
on upstreamPaymentClaimed
after RenamePaymentReceived
toPaymentClaimable
rust-lightning#1891 has been merged.The text was updated successfully, but these errors were encountered: