node, rpc: fix linter issues

This commit is contained in:
Martin Holst Swende
2018-02-12 14:12:55 +01:00
parent 589b603a9b
commit 6c6247a690
2 changed files with 1 additions and 2 deletions

View File

@ -324,7 +324,7 @@ func (n *Node) startIPC(apis []rpc.API) error {
return err
}
go func() {
n.log.Info("IPC endpoint opened", "url", fmt.Sprintf("%s", n.ipcEndpoint))
n.log.Info("IPC endpoint opened", "url", n.ipcEndpoint)
for {
conn, err := listener.Accept()