Skip to content

Commit 67b98f2

Browse files
authored
rpcdaemon: fix clang tidy after PR 2053
1 parent c0c479e commit 67b98f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silkworm/rpc/core/evm_executor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class EVMExecutor {
126126

127127
void reset();
128128

129-
void call_first_n(const silkworm::Block& block, const uint64_t n, const Tracers& tracers = {}, bool refund = true, bool gas_bailout = false);
129+
void call_first_n(const silkworm::Block& block, uint64_t n, const Tracers& tracers = {}, bool refund = true, bool gas_bailout = false);
130130

131131
const IntraBlockState& get_ibs_state() { return ibs_state_; }
132132

0 commit comments

Comments
 (0)