mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
Merge pull request #6149 from bhandras/graph_import_rpc
lnd: add `devrpc` sub server and `devrpc.ImportGraph` to import graph dumps
This commit is contained in:
@@ -1596,7 +1596,7 @@ func ValidateConfig(cfg Config, interceptor signal.Interceptor, fileParser,
|
||||
// Finally, ensure that the user's color is correctly formatted,
|
||||
// otherwise the server will not be able to start after the unlocking
|
||||
// the wallet.
|
||||
_, err = parseHexColor(cfg.Color)
|
||||
_, err = lncfg.ParseHexColor(cfg.Color)
|
||||
if err != nil {
|
||||
return nil, mkErr("unable to parse node color: %v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user