lnwallet: revert commit 5240953de02d281be694b2c87d151d6c7dce2cb5
In this commit we revert a prior commit (5240953de02d281be694b2c87d151d6c7dce2cb5) 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