mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
channeldb: final htlc resolution storage opt-in
This commit is contained in:
@@ -1463,7 +1463,7 @@ func TestKeyLocatorEncoding(t *testing.T) {
|
||||
func TestFinalHtlcs(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
fullDB, err := MakeTestDB(t)
|
||||
fullDB, err := MakeTestDB(t, OptionStoreFinalHtlcResolutions(true))
|
||||
require.NoError(t, err, "unable to make test database")
|
||||
|
||||
cdb := fullDB.ChannelStateDB()
|
||||
|
Reference in New Issue
Block a user