We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164af76 commit 9984e33Copy full SHA for 9984e33
src/flamenco/runtime/fd_runtime.c
@@ -2936,8 +2936,6 @@ void
2936
fd_runtime_reverify_cached_programs( fd_exec_slot_ctx_t * slot_ctx,
2937
fd_txn_p_t const * txn_p,
2938
fd_spad_t * runtime_spad ) {
2939
-FD_SPAD_FRAME_BEGIN( runtime_spad ) {
2940
-
2941
fd_txn_t const * txn_descriptor = TXN( txn_p );
2942
2943
/* Iterate over account keys referenced directly in the transaction first */
@@ -2973,8 +2971,6 @@ FD_SPAD_FRAME_BEGIN( runtime_spad ) {
2973
2971
fd_bpf_program_reverify( slot_ctx, account, runtime_spad );
2974
2972
}
2975
2976
2977
-} FD_SPAD_FRAME_END;
2978
2979
2980
/* if we are currently in the middle of a batch, batch_cnt will include the current batch.
0 commit comments