From 1fa919711f7080989eed279bdce3c149de5a7fde Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Wed, 27 May 2026 11:49:49 +0200 Subject: [PATCH] staticaddr: fix timeout comment typo --- staticaddr/script/parameters.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staticaddr/script/parameters.go b/staticaddr/script/parameters.go index 142874e0..89e2470b 100644 --- a/staticaddr/script/parameters.go +++ b/staticaddr/script/parameters.go @@ -18,8 +18,8 @@ type Parameters struct { // used for the 2-of-2 funding output. ServerPubkey *btcec.PublicKey - // Expiry is the CSV timout value at which the client can claim the - // static address's timout path. + // Expiry is the CSV timeout value at which the client can claim the + // static address's timeout path. Expiry uint32 // PkScript is the unique static address's output script.