We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337b44d commit eaca740Copy full SHA for eaca740
1 file changed
…Blockcore/Utilities/DBreezeSerializer.cs …ockcore/Utilities/DataStoreSerializer.cssrc/Blockcore/Utilities/DBreezeSerializer.cs renamed to src/Blockcore/Utilities/DataStoreSerializer.cs
@@ -9,11 +9,11 @@ namespace Blockcore.Utilities
9
/// <summary>
10
/// Implementation of serialization and deserialization of objects that go into the DBreeze database.
11
/// </summary>
12
- public class DBreezeSerializer
+ public class DataStoreSerializer
13
{
14
private readonly ConsensusFactory consensusFactory;
15
16
- public DBreezeSerializer(ConsensusFactory consensusFactory)
+ public DataStoreSerializer(ConsensusFactory consensusFactory)
17
18
this.consensusFactory = consensusFactory;
19
}
0 commit comments