Skip to content

Commit

Permalink
fix: 16858 Corrected class ids for PlatformMerkleStateRoot and Merkle…
Browse files Browse the repository at this point in the history
…StateRoot

Signed-off-by: Ivan Malygin <[email protected]>
  • Loading branch information
imalygin committed Dec 2, 2024
1 parent e9fa58f commit feb293b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
public class PlatformMerkleStateRoot extends MerkleStateRoot<PlatformMerkleStateRoot>
implements SwirldState, MerkleRoot {

private static final long CLASS_ID = 0x8e300b0dfdafbb1bL;
private static final long CLASS_ID = 0x8e300b0dfdafbb1aL;
/**
* The callbacks for Hedera lifecycle events.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public abstract class MerkleStateRoot<T extends MerkleStateRoot<T>> extends Part
*/
private static final ReadableStates EMPTY_READABLE_STATES = new EmptyReadableStates();

private static final long CLASS_ID = 0x8e300b0dfdafbb1aL;
private static final long CLASS_ID = 0x8e300b0dfdafbb1bL;
// Migrates from `PlatformState` to State API singleton
public static final int CURRENT_VERSION = 31;

Expand Down

0 comments on commit feb293b

Please sign in to comment.