We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust-lightning
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
Uh oh!
There was an error while loading. Please reload this page.
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: