mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 22:21:18 +02:00
lnwire: fix typo
This commit is contained in:
@@ -39,7 +39,7 @@ const (
|
||||
// FlagPerm error flag indicates a permanent failure.
|
||||
FlagPerm FailCode = 0x4000
|
||||
|
||||
// FlagNode error flag indicates anode failure.
|
||||
// FlagNode error flag indicates a node failure.
|
||||
FlagNode FailCode = 0x2000
|
||||
|
||||
// FlagUpdate error flag indicates a new channel update is enclosed
|
||||
|
Reference in New Issue
Block a user