mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
multi: fix a-vs-an typos
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
0720e83840
commit
663c396235
@@ -464,7 +464,7 @@ func (b *Machine) GenActOne() ([ActOneSize]byte, error) {
|
||||
|
||||
// RecvActOne processes the act one packet sent by the initiator. The responder
|
||||
// executes the mirrored actions to that of the initiator extending the
|
||||
// handshake digest and deriving a new shared secret based on a ECDH with the
|
||||
// handshake digest and deriving a new shared secret based on an ECDH with the
|
||||
// initiator's ephemeral key and responder's static key.
|
||||
func (b *Machine) RecvActOne(actOne [ActOneSize]byte) error {
|
||||
var (
|
||||
|
Reference in New Issue
Block a user