We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3971706 commit 9a0bbceCopy full SHA for 9a0bbce
src/BuilderSystemTransactions.sol
@@ -48,7 +48,7 @@ contract BuilderSystemTransactions is Owned(msg.sender) {
48
/// @notice Gets the current flashblock index
49
/// @return flashblockIndex The current flashblock index
50
function getFlashblockIndex() external view returns (uint8) {
51
- return uint8(lastFlashblockIndex);
+ return lastFlashblockIndex;
52
}
53
54
/// @notice Adds a builder to the list of builders
0 commit comments