Skip to content

Commit fd339eb

Browse files
committed
address: fix copy-paste error in ServerPubkey comment
The comment for ServerPubkey incorrectly said "ClientPubkey is the client's pubkey" due to a copy-paste from the field above.
1 parent 2e04749 commit fd339eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

staticaddr/address/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Parameters struct {
3333
// timeout path.
3434
ClientPubkey *btcec.PublicKey
3535

36-
// ClientPubkey is the client's pubkey for the static address. It is
36+
// ServerPubkey is the server's pubkey for the static address. It is
3737
// used for the 2-of-2 funding output.
3838
ServerPubkey *btcec.PublicKey
3939

0 commit comments

Comments
 (0)