Skip to content

Commit 40de95a

Browse files
authored
Merge pull request #8044 from onflow/peter/add-tn-compatibilty-v0.43.1
[Access] Add compatibility override for testnet HCU v0.43.1
2 parents 7250c45 + 0b886fb commit 40de95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/common/version/version_control.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ var defaultCompatibilityOverrides = map[string]struct{}{
5151
"0.41.4": {}, // mainnet, testnet
5252
"0.42.0": {}, // mainnet, testnet
5353
"0.42.1": {}, // mainnet, testnet
54+
"0.43.1": {}, // testnet only
5455
}
5556

5657
// VersionControl manages the version control system for the node.

0 commit comments

Comments
 (0)