mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
Apply @cdecker typo suggestions from code review
Co-authored-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ struct route {
|
||||
struct gossmap_chan *c;
|
||||
};
|
||||
|
||||
/* Can c carrt amount in dir? */
|
||||
/* Can c carry amount in dir? */
|
||||
bool route_can_carry(const struct gossmap *map,
|
||||
const struct gossmap_chan *c,
|
||||
int dir,
|
||||
|
||||
Reference in New Issue
Block a user