mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 15:33:35 +02:00
lnd: fix typos in comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
862722d6fe
commit
a1bb36730a
@@ -139,7 +139,7 @@ type htlcSwitch struct {
|
||||
onionIndex map[[ripemd160.Size]byte][]*link
|
||||
|
||||
// paymentCircuits maps a circuit key to an active payment circuit
|
||||
// amongst two oepn channels. This map is used to properly clear/settle
|
||||
// amongst two open channels. This map is used to properly clear/settle
|
||||
// onion routed payments within the network.
|
||||
paymentCircuits map[circuitKey]*paymentCircuit
|
||||
|
||||
|
Reference in New Issue
Block a user