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 ac38367 commit 24eef7dCopy full SHA for 24eef7d
src/config.rs
@@ -83,7 +83,7 @@ pub struct BitcoindConfig {
83
pub poll_interval_secs: Duration,
84
}
85
86
-#[derive(Debug, Deserialize)]
+#[derive(Debug, Clone, Deserialize)]
87
pub struct ScriptsConfig {
88
#[serde(deserialize_with = "deserialize_fromstr")]
89
pub deposit_descriptor: DepositDescriptor,
@@ -126,7 +126,7 @@ pub struct ManagerConfig {
126
127
128
/// Static informations we require to operate
129
130
pub struct Config {
131
/// Everything we need to know to talk to bitcoind
132
pub bitcoind_config: BitcoindConfig,
0 commit comments