mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
cln-rpc: Add mindepth after rebase on master
This commit is contained in:
committed by
Rusty Russell
parent
6df0a9281f
commit
b6a4cbbf98
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user