Lalit
Lalit
Hi i'd like to contribute to this issue. i am new to GitHub so please guide me how to get started with this issue . i have doubt that how...
i don't able to understand this issue .can you please elaborate how to approach solution to this problem .
Source-based onion routing (SPHINX) is the onion routing protocol used in Lightning. Onion routing Sphinx describes a method of encrypted communication where a message sender builds successive nested layers of...
Hii, I want to do this issue, and I am new to rust, so I will need some help. I think this file handles channel close event : https://github.com/lightningdevkit/rust-lightning/blob/main/lightning/src/ln/channel.rs Am...
Sorry I think this file handles channel close event: https://github.com/lightningdevkit/rust-lightning/blob/main/lightning/src/ln/channelmanager.rs @tnull Am correct ?
Hey everyone, I'm new opensource, but there are some issues I don't understand and the ones I do are already assigned to someone. i would like to to give a...
> @Lalitmohansharma1 hey man sorry i dont think this issue is big enough for 2 people to work on. Ok :)
Hii, In the issue [comment](https://github.com/lightningdevkit/rust-lightning/issues/2851#issuecomment-1972996034) you said we have to limit actual `htlc_maximum_msat` we set, so to limit it, we have to update `pub inbound_htlc_maximum_msat: Option` in channelmanager/channeldetails impl. So...
Ok , > That is, the changes likely need to happen in `ChannelContext::get_holder_max_htlc_value_in_flight_msat` _and_ `ChannelContext::get_announced_htlc_max_msat`. However, the latter is a slightly orthogonal issue that probably needs to happen in a...
yes i got that, My question was `fn get_holder_max_htlc_value_in_flight_msat` is not in the scope of `ChannelContext`, so for solving this particular issue should i update the `fn get_holder_max_htlc_value_in_flight_msat` so that...