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 bcef224 commit fbf624eCopy full SHA for fbf624e
lightning/src/util/errors.rs
@@ -52,6 +52,9 @@ pub enum APIError {
52
/// [`KeysInterface::get_shutdown_scriptpubkey`] returned a shutdown scriptpubkey incompatible
53
/// with the channel counterparty as negotiated in [`InitFeatures`].
54
///
55
+ /// Using a SegWit v0 script should resolve this issue. If you cannot, you won't be able to open
56
+ /// a channel or cooperatively close one with this peer (and will have to force-close instead).
57
+ ///
58
/// [`KeysInterface::get_shutdown_scriptpubkey`]: crate::chain::keysinterface::KeysInterface::get_shutdown_scriptpubkey
59
/// [`InitFeatures`]: crate::ln::features::InitFeatures
60
IncompatibleShutdownScript {
0 commit comments