X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fconfig.rs;h=1e678152cccd9d3cfa4bdcc1d40dd441b739913e;hb=6cb9919f0c84f61eb9281617ee3816c73e081747;hp=ba00158c635f5ef7fb85663b9bc8702b03695e28;hpb=f65660945d7f3577e09e9860b82b52f9b33a5814;p=rust-lightning diff --git a/lightning/src/util/config.rs b/lightning/src/util/config.rs index ba00158c..1e678152 100644 --- a/lightning/src/util/config.rs +++ b/lightning/src/util/config.rs @@ -124,7 +124,7 @@ pub struct ChannelHandshakeConfig { /// /// Default value: true. /// - /// [`SignerProvider::get_shutdown_scriptpubkey`]: crate::chain::keysinterface::SignerProvider::get_shutdown_scriptpubkey + /// [`SignerProvider::get_shutdown_scriptpubkey`]: crate::sign::SignerProvider::get_shutdown_scriptpubkey pub commit_upfront_shutdown_pubkey: bool, /// The Proportion of the channel value to configure as counterparty's channel reserve, /// i.e., `their_channel_reserve_satoshis` for both outbound and inbound channels.