Skip to content

Commit 47872a5

Browse files
authored
bytes32 --> uint256 (#127)
1 parent 5fe8725 commit 47872a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/taiko_alethia/TaikoAnchor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct BlockHeader {
2121
bytes extraData;
2222
bytes32 mixedHash;
2323
uint64 nonce;
24-
bytes32 baseFeePerGas;
24+
uint256 baseFeePerGas;
2525
bytes32 withdrawalsRoot;
2626
uint64 blobGasUsed;
2727
uint64 excessBlobGas;

0 commit comments

Comments
 (0)