Skip to content

Commit eaca740

Browse files
committed
Rename DBreezeSerializer to DataStoreSerializer
1 parent 337b44d commit eaca740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Blockcore/Utilities/DBreezeSerializer.cs renamed to src/Blockcore/Utilities/DataStoreSerializer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ namespace Blockcore.Utilities
99
/// <summary>
1010
/// Implementation of serialization and deserialization of objects that go into the DBreeze database.
1111
/// </summary>
12-
public class DBreezeSerializer
12+
public class DataStoreSerializer
1313
{
1414
private readonly ConsensusFactory consensusFactory;
1515

16-
public DBreezeSerializer(ConsensusFactory consensusFactory)
16+
public DataStoreSerializer(ConsensusFactory consensusFactory)
1717
{
1818
this.consensusFactory = consensusFactory;
1919
}

0 commit comments

Comments
 (0)