rpcserver: wrap closure args to 80 chars

This commit is contained in:
Conner Fromknecht 2019-06-17 11:09:27 -07:00
parent a1a3290bda
commit 0adc45ab5a
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -3815,7 +3815,8 @@ func (r *rpcServer) GetNodeInfo(ctx context.Context,
channels []*lnrpc.ChannelEdge
)
if err := node.ForEachChannel(nil, func(_ *bbolt.Tx, edge *channeldb.ChannelEdgeInfo,
if err := node.ForEachChannel(nil, func(_ *bbolt.Tx,
edge *channeldb.ChannelEdgeInfo,
c1, c2 *channeldb.ChannelEdgePolicy) error {
numChannels++