mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
lnwallet: revert commit 5240953de0
In this commit we revert a prior commit
(5240953de0
) which was added as a stop
gap before we added the proper state needed to recover from cases where
the commitment transactions of both chains had diverged slightly due to
asymmetric dust limits.
This commit is contained in:
parent
e9d0e40a17
commit
32651e9311
@ -1372,7 +1372,7 @@ func TestStateUpdatePersistence(t *testing.T) {
|
||||
defer cleanUp()
|
||||
|
||||
const numHtlcs = 4
|
||||
htlcAmt := lnwire.NewMSatFromSatoshis(20000)
|
||||
htlcAmt := lnwire.NewMSatFromSatoshis(5000)
|
||||
|
||||
// Alice adds 3 HTLCs to the update log, while Bob adds a single HTLC.
|
||||
var alicePreimage [32]byte
|
||||
|
Loading…
Reference in New Issue
Block a user