From 32651e9311cb60fe113f409c26986b0f158f199a Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 10 Nov 2017 14:30:13 -0800 Subject: [PATCH] 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. --- lnwallet/channel_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/channel_test.go b/lnwallet/channel_test.go index bb015b97..fa33101d 100644 --- a/lnwallet/channel_test.go +++ b/lnwallet/channel_test.go @@ -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