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.
1 parent ac39d31 commit 816e5edCopy full SHA for 816e5ed
1 file changed
plugins/lsps-plugin/src/core/lsps2/htlc.rs
@@ -55,11 +55,11 @@ impl RejectReason {
55
56
#[derive(Debug, Error)]
57
pub enum HtlcError {
58
- #[error("failed to query channel capacity: {0}")]
+ #[error("failed to query channel capacity: {0:#}")]
59
CapacityQuery(#[source] anyhow::Error),
60
- #[error("failed to fund channel: {0}")]
+ #[error("failed to fund channel: {0:#}")]
61
FundChannel(#[source] anyhow::Error),
62
- #[error("channel ready check failed: {0}")]
+ #[error("channel ready check failed: {0:#}")]
63
ChannelReadyCheck(#[source] anyhow::Error),
64
}
65
0 commit comments