rpcserver: fix method name typo in godoc

This commit is contained in:
Johan T. Halseth 2017-08-04 14:57:48 +02:00 committed by Olaoluwa Osuntokun
parent 849d0b93b1
commit 80a8cc0add

View File

@ -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.