Skip to content

Commit

Permalink
remove precompiles (#8062)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqjasoria authored Jan 16, 2025
1 parent e3983df commit 7112d2d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public static bool IsPrecompile(this Address address, IReleaseSpec releaseSpec)
0x0f => releaseSpec.Bls381Enabled,
0x10 => releaseSpec.Bls381Enabled,
0x11 => releaseSpec.Bls381Enabled,
0x12 => releaseSpec.Bls381Enabled,
0x13 => releaseSpec.Bls381Enabled,
_ => false
},
0x01 => (data[4] >>> 24) switch
Expand Down

0 comments on commit 7112d2d

Please sign in to comment.