mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
rpcserver: remove unnecessary conversion
This commit is contained in:
parent
9572b49922
commit
3ad9a42e65
1 changed files with 1 additions and 1 deletions
|
@ -2815,7 +2815,7 @@ func (r *rpcServer) GetInfo(_ context.Context,
|
|||
Uris: uris,
|
||||
Alias: nodeAnn.Alias.String(),
|
||||
Color: routing.EncodeHexColor(nodeAnn.RGBColor),
|
||||
BestHeaderTimestamp: int64(bestHeaderTimestamp),
|
||||
BestHeaderTimestamp: bestHeaderTimestamp,
|
||||
Version: build.Version() + " commit=" + build.Commit,
|
||||
CommitHash: build.CommitHash,
|
||||
SyncedToGraph: isGraphSynced,
|
||||
|
|
Loading…
Add table
Reference in a new issue