Skip to content

Commit

Permalink
update max supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Mar 4, 2024
1 parent 5ac7a45 commit 19a8674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcos-framework/bcos-framework/protocol/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ enum class BlockVersion : uint32_t
V3_0_VERSION = 0x03000000,
RC4_VERSION = 4,
MIN_VERSION = RC4_VERSION,
MAX_VERSION = V3_6_1_VERSION,
MAX_VERSION = V3_7_VERSION,
};

enum class TransactionVersion : uint32_t
Expand Down

0 comments on commit 19a8674

Please sign in to comment.