Skip to content

Commit 08a735b

Browse files
committed
Make variable name in comment match function prototype
1 parent 75d5417 commit 08a735b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/documentation/timelocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This function enforces a relative distance timelock by calling a combination of
9191
```rust
9292
fn enforce_relative_distance(min_distance: Distance) {
9393
// 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
94+
// only appear a distance of at least min_distance blocks after the input's
9595
// UTXO. Panic otherwise.
9696

9797
// Transaction version must be at least 2.

0 commit comments

Comments
 (0)