Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Sep 24, 2019
1 parent a2e8c2a commit 505fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ func info(c *gin.Context) {
if err != nil {
replyStatus(c, common.StatusReply{
Code: 500,
Error: fmt.Errorf("Can't get info from LN node: %w", err).Error(),
Error: fmt.Errorf("can't get info from LN node: %w", err).Error(),
})
return
}
Expand Down

0 comments on commit 505fbb3

Please sign in to comment.