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:
Olaoluwa Osuntokun 2017-11-10 14:30:13 -08:00
parent e9d0e40a17
commit 32651e9311
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -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