mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
test: fix some minor typos, expand comments
This commit is contained in:
@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user