Skip to content

Commit 2e296bd

Browse files
committedMar 17, 2025
remove TODO
1 parent 1a38893 commit 2e296bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎substrate/client/service/src/client/call_executor.rs

-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ where
227227

228228
let trie_backend = state.as_trie_backend();
229229

230-
// TODO: is this correct?
231230
let try_pending_code = TryPendingCode::No;
232231
let state_runtime_code =
233232
sp_state_machine::backend::BackendRuntimeCode::new(trie_backend, try_pending_code);

0 commit comments

Comments
 (0)
Please sign in to comment.