Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau committed Jul 26, 2024
2 parents 229c302 + 64a7fd4 commit d96e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/src/opcodes/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type { Address } from '@ethereumjs/util'
const MASK_160 = (BIGINT_1 << BIGINT_160) - BIGINT_1

/**
* Create an address from a 160-bit integer.
* Create an address from a stack item (256 bit integer).
* This wrapper ensures that the value is masked to 160 bits.
* @param value 160-bit integer
*/
Expand Down

0 comments on commit d96e32f

Please sign in to comment.