From 80a8cc0add090be4c9453c64a73085e1d713bbb2 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Fri, 4 Aug 2017 14:57:48 +0200 Subject: [PATCH] rpcserver: fix method name typo in godoc --- rpcserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcserver.go b/rpcserver.go index 8f589b6e..684dfafc 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1808,7 +1808,7 @@ func marshalDbEdge(edgeInfo *channeldb.ChannelEdgeInfo, return edge } -// GetChainInfo returns the latest authenticated network announcement for the +// GetChanInfo returns the latest authenticated network announcement for the // given channel identified by its channel ID: an 8-byte integer which uniquely // identifies the location of transaction's funding output within the block // chain.