Skip to content

Commit d85daf1

Browse files
committed
style: allow ^0.8.23 pragma
1 parent 7796bf9 commit d85daf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.solhint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"avoid-throw": "error",
5858
"avoid-tx-origin": "error",
5959
"check-send-result": "error",
60-
"compiler-version": ["error", "^0.8.24"],
60+
"compiler-version": ["error", "^0.8.23"],
6161
"func-visibility": ["error", {"ignoreConstructors": true}],
6262

6363
"multiple-sends": "error",

.solhint.other.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"avoid-throw": "error",
4949
"avoid-tx-origin": "error",
5050
"check-send-result": "error",
51-
"compiler-version": ["error", "^0.8.24"],
51+
"compiler-version": ["error", "^0.8.23"],
5252
"func-visibility": ["error", {"ignoreConstructors": true}],
5353

5454
"multiple-sends": "error",

0 commit comments

Comments
 (0)