File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1024,13 +1024,12 @@ fd_runtime_prepare_and_execute_txn( fd_banks_t * banks,
10241024 txn_ctx -> features = fd_bank_features_get ( bank );
10251025 txn_ctx -> enable_exec_recording = !!( bank -> flags & FD_BANK_FLAGS_EXEC_RECORDING );
10261026 txn_ctx -> xid [0 ] = (fd_funk_txn_xid_t ){ .ul = { slot , bank_idx } };
1027- txn_ctx -> capture_ctx = capture_ctx ;
10281027 txn_ctx -> txn = * txn ;
10291028 txn_ctx -> exec_stack = exec_stack ;
10301029 txn_ctx -> dumping_mem = dumping_mem ;
1031-
1032- txn_ctx -> flags = FD_TXN_P_FLAGS_SANITIZE_SUCCESS ;
1030+ txn_ctx -> flags = FD_TXN_P_FLAGS_SANITIZE_SUCCESS ;
10331031 fd_exec_txn_ctx_setup_basic ( txn_ctx );
1032+ txn_ctx -> capture_ctx = capture_ctx ;
10341033
10351034 /* Set up the core account keys. These are the account keys directly
10361035 passed in via the serialized transaction, represented as an array.
You can’t perform that action at this time.
0 commit comments