mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
multi: fixing it's/its typos in comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
bbc2ecd580
commit
8543497dcc
@@ -56,7 +56,7 @@ func (k *circuitKey) String() string {
|
||||
|
||||
// CircuitMap is a data structure that implements thread safe storage of
|
||||
// circuit routing information. The switch consults a circuit map to determine
|
||||
// where to forward HTLC update messages. Each circuit is stored with it's
|
||||
// where to forward HTLC update messages. Each circuit is stored with its
|
||||
// outgoing HTLC as the primary key because, each offered HTLC has at most one
|
||||
// received HTLC, but there may be multiple offered or received HTLCs with the
|
||||
// same payment hash. Circuits are also indexed to provide fast lookups by
|
||||
|
Reference in New Issue
Block a user