Skip to content

Commit

Permalink
remove removed precompiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqjasoria committed Jan 16, 2025
1 parent e7c94c1 commit 52b679a
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 52b679a

Please sign in to comment.