Skip to content

Commit ba32228

Browse files
committed
move static_validate_monad_senders up
1 parent 3a48796 commit ba32228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/monad/runloop_monad.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Result<BlockExecOutput> propose_block(
184184
}
185185
}
186186

187+
BOOST_OUTCOME_TRY(static_validate_monad_senders<traits>(senders));
187188
auto [entry, success] = block_cache.emplace(
188189
block_id,
189190
BlockCacheEntry{
@@ -202,7 +203,6 @@ Result<BlockExecOutput> propose_block(
202203
}
203204
}
204205
}
205-
BOOST_OUTCOME_TRY(static_validate_monad_senders<traits>(senders));
206206

207207
// Create call frames vectors for tracers
208208
std::vector<std::vector<CallFrame>> call_frames{block.transactions.size()};

0 commit comments

Comments
 (0)