Skip to content

Commit 3465ee4

Browse files
two-heartripatel-fd
authored andcommitted
runtime: remove FD_PURE on func writing out params
https://github.com/firedancer-io/firedancer/blob/e83d7465918c0d58e9e14c134b8fc226f5d61b5b/src/util/fd_util_base.h#L596-L605 documents that these functions should not be pure
1 parent beb6cc4 commit 3465ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flamenco/runtime/info/fd_instr_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fd_instr_acc_is_writable_idx( fd_instr_info_t const * instr,
125125
if the account is a signer.
126126
127127
https://github.com/anza-xyz/agave/blob/v3.0.3/transaction-context/src/lib.rs#L770-L779 */
128-
FD_FN_PURE static inline int
128+
static inline int
129129
fd_instr_acc_is_signer_idx( fd_instr_info_t const * instr,
130130
ushort idx,
131131
int * out_opt_err ) {

0 commit comments

Comments
 (0)