From 4c35e06c0164f4cc18550e4a8e8eec9b79daf4f2 Mon Sep 17 00:00:00 2001 From: Fmt Bot Date: Sun, 6 Apr 2025 01:26:49 +0000 Subject: [PATCH] 2025-04-06 automated rustfmt nightly --- bitcoin/src/blockdata/script/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/blockdata/script/builder.rs b/bitcoin/src/blockdata/script/builder.rs index 7efacd10e..bc22f8e1b 100644 --- a/bitcoin/src/blockdata/script/builder.rs +++ b/bitcoin/src/blockdata/script/builder.rs @@ -129,7 +129,7 @@ impl Builder { /// /// # Deprecated /// This method is deprecated in favor of `push_relative_lock_time`. - /// + /// /// In Bitcoin script semantics, when using CHECKSEQUENCEVERIFY, you typically /// want to push a relative locktime value to be compared against the input's /// sequence number, not the sequence number itself.