mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
test: [refactor] Pass TestOpts
This commit is contained in:
@@ -167,9 +167,10 @@ struct SnapshotTestSetup : TestChain100Setup {
|
||||
// destructive filesystem operations.
|
||||
SnapshotTestSetup() : TestChain100Setup{
|
||||
{},
|
||||
{},
|
||||
/*coins_db_in_memory=*/false,
|
||||
/*block_tree_db_in_memory=*/false,
|
||||
{
|
||||
.coins_db_in_memory = false,
|
||||
.block_tree_db_in_memory = false,
|
||||
},
|
||||
}
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user