From 92f7e94ffcbd0862c7a38dd90f2d671b265443bc Mon Sep 17 00:00:00 2001 From: Forostovec Date: Thu, 12 Feb 2026 23:47:19 +0200 Subject: [PATCH] chore: remove redundant AddDatabase for BlobTransactions --- src/Nethermind/Nethermind.Init/Modules/DbModule.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Nethermind/Nethermind.Init/Modules/DbModule.cs b/src/Nethermind/Nethermind.Init/Modules/DbModule.cs index 1a3400c7e1f0..0caa67fe530b 100644 --- a/src/Nethermind/Nethermind.Init/Modules/DbModule.cs +++ b/src/Nethermind/Nethermind.Init/Modules/DbModule.cs @@ -66,7 +66,6 @@ protected override void Load(ContainerBuilder builder) .AddDatabase(DbNames.Headers) .AddDatabase(DbNames.BlockInfos) .AddDatabase(DbNames.Bloom) - .AddDatabase(DbNames.BlobTransactions) .AddColumnDatabase(DbNames.Receipts) .AddColumnDatabase(DbNames.BlobTransactions)