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 d2fd47d commit 747860dCopy full SHA for 747860d
src/flamenco/runtime/fd_executor.c
@@ -1013,7 +1013,7 @@ fd_executor_setup_txn_account_keys( fd_exec_txn_ctx_t * txn_ctx ) {
1013
1014
/* Resolves any address lookup tables referenced in the transaction and adds
1015
them to the transaction's account keys. Returns 0 on success or if the transaction
1016
- is a legacy transaction, and 1 on failure. */
+ is a legacy transaction, and an FD_RUNTIME_TXN_ERR_* on failure. */
1017
int
1018
fd_executor_setup_txn_alut_account_keys( fd_exec_txn_ctx_t * txn_ctx ) {
1019
if( TXN( &txn_ctx->txn )->transaction_version == FD_TXN_V0 ) {
0 commit comments