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