test: fix some minor typos, expand comments

This commit is contained in:
Olaoluwa Osuntokun
2016-09-15 12:24:52 -07:00
parent 2788dbeaa8
commit 255b1b7727
2 changed files with 45 additions and 25 deletions

View File

@ -385,7 +385,8 @@ func (r *rpcServer) WalletBalance(ctx context.Context,
return &lnrpc.WalletBalanceResponse{balance.ToBTC()}, nil
}
// ChannelBalance returns the total available channel flow across all open
// channels in satoshis.
func (r *rpcServer) ChannelBalance(ctx context.Context,
in *lnrpc.ChannelBalanceRequest) (*lnrpc.ChannelBalanceResponse, error) {