We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d8f26 commit 1b43559Copy full SHA for 1b43559
lightning-liquidity/src/lsps5/client.rs
@@ -65,7 +65,7 @@ impl Default for SignatureStorageConfig {
65
}
66
67
68
-#[derive(Clone)]
+#[derive(Debug, Clone)]
69
/// Configuration for the LSPS5 client
70
pub struct LSPS5ClientConfig {
71
/// Maximum age in seconds for cached responses (default: 3600 - 1 hour).
lightning-liquidity/src/lsps5/service.rs
@@ -79,7 +79,7 @@ impl TimeProvider for DefaultTimeProvider {
79
80
81
/// Configuration for LSPS5 service.
82
+#[derive(Clone, Debug)]
83
pub struct LSPS5ServiceConfig {
84
/// Maximum number of webhooks allowed per client.
85
pub max_webhooks_per_client: u32,
0 commit comments