mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
breacharbiter: convert settled balance from mSAT to SAT
This commit is contained in:
parent
8d88f98297
commit
0097cb969d
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ func (b *breachArbiter) breachObserver(contract *lnwallet.LightningChannel,
|
|||
ClosingTXID: breachInfo.BreachTransaction.TxHash(),
|
||||
RemotePub: &chanInfo.RemoteIdentity,
|
||||
Capacity: chanInfo.Capacity,
|
||||
SettledBalance: chanInfo.LocalBalance,
|
||||
SettledBalance: chanInfo.LocalBalance.ToSatoshis(),
|
||||
CloseType: channeldb.BreachClose,
|
||||
IsPending: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue