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 3f39fb3 commit f439eefCopy full SHA for f439eef
rs/bitcoin/ckbtc/minter/src/lifecycle/init.rs
@@ -69,7 +69,7 @@ pub struct InitArgs {
69
#[serde(skip_serializing_if = "Option::is_none")]
70
pub get_utxos_cache_expiration_seconds: Option<u64>,
71
72
- /// The minimum number of available UTXOs required to trigger a conslidation.
+ /// The minimum number of available UTXOs required to trigger a consolidation.
73
74
pub utxo_consolidation_threshold: Option<u64>,
75
}
0 commit comments