mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
Merge pull request #4881 from guggero/rpc-log-fix
rpcserver: fix log statement in channelbalance
This commit is contained in:
commit
ad206123e5
@ -2865,7 +2865,7 @@ func (r *rpcServer) ChannelBalance(ctx context.Context,
|
||||
|
||||
rpcsLog.Debugf("[channelbalance] local_balance=%v remote_balance=%v "+
|
||||
"unsettled_local_balance=%v unsettled_remote_balance=%v "+
|
||||
"pending_open_local_balance=%v pending_open_remove_balance",
|
||||
"pending_open_local_balance=%v pending_open_remote_balance=%v",
|
||||
localBalance, remoteBalance, unsettledLocalBalance,
|
||||
unsettledRemoteBalance, pendingOpenLocalBalance,
|
||||
pendingOpenRemoteBalance)
|
||||
|
Loading…
Reference in New Issue
Block a user