cln-rpc: Add mindepth after rebase on master

This commit is contained in:
Christian Decker
2022-07-08 10:46:08 +02:00
committed by Rusty Russell
parent 6df0a9281f
commit b6a4cbbf98
6 changed files with 312 additions and 289 deletions

View File

@@ -2566,6 +2566,8 @@ pub mod responses {
pub channel_id: String,
#[serde(alias = "close_to", skip_serializing_if = "Option::is_none")]
pub close_to: Option<String>,
#[serde(alias = "mindepth", skip_serializing_if = "Option::is_none")]
pub mindepth: Option<u32>,
}
/// The features understood by the destination node