Skip to content

Commit 29a9c92

Browse files
Merge pull request #94 from fdundjer/master
fix: add missing property
2 parents 955b211 + 7a0e240 commit 29a9c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transactions/default-transaction-executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class DefaultTransactionExecutor implements TransactionExecutor {
1515
transaction: VersionedTransaction,
1616
payer: Keypair,
1717
latestBlockhash: BlockhashWithExpiryBlockHeight,
18-
): Promise<{ confirmed: boolean; signature?: string }> {
18+
): Promise<{ confirmed: boolean; signature?: string, error?: string }> {
1919
logger.debug('Executing transaction...');
2020
const signature = await this.execute(transaction);
2121

0 commit comments

Comments
 (0)