We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d5417 commit 08a735bCopy full SHA for 08a735b
1 file changed
docs/documentation/timelocks.md
@@ -91,7 +91,7 @@ This function enforces a relative distance timelock by calling a combination of
91
```rust
92
fn enforce_relative_distance(min_distance: Distance) {
93
// Assert that the current input is spent in a transaction that can
94
- // only appear a distance of at least d blocks after the input's
+ // only appear a distance of at least min_distance blocks after the input's
95
// UTXO. Panic otherwise.
96
97
// Transaction version must be at least 2.
0 commit comments