mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-07 03:05:23 +02:00
lnwallet+lncfg: fix typos
This commit is contained in:
@@ -309,7 +309,7 @@ func CommitScriptAnchors(localChanCfg,
|
||||
return nil, nil, err
|
||||
}
|
||||
|
||||
// And the anchor spemdable by the remote node.
|
||||
// And the anchor spendable by the remote node.
|
||||
remoteAnchor, err := anchorScript(remoteChanCfg.MultiSigKey.PubKey)
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
|
Reference in New Issue
Block a user