Skip to content

Commit 747860d

Browse files
authored
runtime: fix fd_executor_setup_txn_alut_account_keys return code docs (#7026)
1 parent d2fd47d commit 747860d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flamenco/runtime/fd_executor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ fd_executor_setup_txn_account_keys( fd_exec_txn_ctx_t * txn_ctx ) {
10131013

10141014
/* Resolves any address lookup tables referenced in the transaction and adds
10151015
them to the transaction's account keys. Returns 0 on success or if the transaction
1016-
is a legacy transaction, and 1 on failure. */
1016+
is a legacy transaction, and an FD_RUNTIME_TXN_ERR_* on failure. */
10171017
int
10181018
fd_executor_setup_txn_alut_account_keys( fd_exec_txn_ctx_t * txn_ctx ) {
10191019
if( TXN( &txn_ctx->txn )->transaction_version == FD_TXN_V0 ) {

0 commit comments

Comments
 (0)