mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr: fix timeout comment typo
This commit is contained in:
parent
aa772faf98
commit
1fa919711f
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue