Skip to content

Commit 1e948cf

Browse files
feat(consensus): update TaikoAnchor.anchorV3 selector (#379)
1 parent a0b97be commit 1e948cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/taiko/consensus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
[]byte("anchorV2(uint64,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32))"),
3838
)[:4]
3939
AnchorV3Selector = crypto.Keccak256(
40-
[]byte("anchorV3(uint64,bytes32,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32),bytes32[])"),
40+
[]byte("anchorV3(uint64,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32),bytes32[])"),
4141
)[:4]
4242
AnchorGasLimit = uint64(250_000)
4343
AnchorV3GasLimit = uint64(1_000_000)

0 commit comments

Comments
 (0)