mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
rpcserver: fix method name typo in godoc
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
849d0b93b1
commit
80a8cc0add
@@ -1808,7 +1808,7 @@ func marshalDbEdge(edgeInfo *channeldb.ChannelEdgeInfo,
|
|||||||
return edge
|
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
|
// given channel identified by its channel ID: an 8-byte integer which uniquely
|
||||||
// identifies the location of transaction's funding output within the block
|
// identifies the location of transaction's funding output within the block
|
||||||
// chain.
|
// chain.
|
||||||
|
Reference in New Issue
Block a user