Skip to content

Commit 1fa9197

Browse files
committed
staticaddr: fix timeout comment typo
1 parent aa772fa commit 1fa9197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

staticaddr/script/parameters.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ type Parameters struct {
1818
// used for the 2-of-2 funding output.
1919
ServerPubkey *btcec.PublicKey
2020

21-
// Expiry is the CSV timout value at which the client can claim the
22-
// static address's timout path.
21+
// Expiry is the CSV timeout value at which the client can claim the
22+
// static address's timeout path.
2323
Expiry uint32
2424

2525
// PkScript is the unique static address's output script.

0 commit comments

Comments
 (0)