Skip to content

Commit

Permalink
rpcserver: remove unnecessary conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
joostjager committed Apr 25, 2022
1 parent 9572b49 commit 3ad9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ad9a42

Please sign in to comment.