staticaddr: fix timeout comment typo

This commit is contained in:
Slyghtning 2026-05-27 11:49:49 +02:00
parent aa772faf98
commit 1fa919711f
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -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.