Skip to content

Commit 9df1a9c

Browse files
author
Marcos Cáceres
authored
fix: add missing gwei unit to match 0.6.11
2 parents cc7db8c + d7a8946 commit 9df1a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function hljsDefineSolidity(hljs) {
7272
'assembly',
7373
literal:
7474
'true false ' +
75-
'wei szabo finney ether ' +
75+
'wei gwei szabo finney ether ' +
7676
'seconds minutes hours days weeks years',
7777
built_in:
7878
'self ' + // :NOTE: not a real keyword, but a convention used in storage manipulation libraries

0 commit comments

Comments
 (0)