mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 10:12:28 +02:00
multi: fix several typos in godoc comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
b74a281b57
commit
adf0d98194
@@ -23,7 +23,7 @@ type CommitSig struct {
|
||||
// additional data due to the piggybacking of Bob's next revocation
|
||||
// hash in his prior RevokeAndAck message, as well as the canonical
|
||||
// ordering used for all inputs/outputs within commitment transactions.
|
||||
// If initiating a new commitment state, this signature shoud ONLY
|
||||
// If initiating a new commitment state, this signature should ONLY
|
||||
// cover all of the sending party's pending log updates, and the log
|
||||
// updates of the remote party that have been ACK'd.
|
||||
CommitSig *btcec.Signature
|
||||
|
Reference in New Issue
Block a user