Skip to content

Commit 25574e9

Browse files
feat: fix waitForSupportedTransaction
1 parent 72a1a85 commit 25574e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export class AaveClient {
393393
if (isHasProcessedKnownTransactionRequest(result)) {
394394
return this.waitForTransaction(result);
395395
}
396-
return okAsync(result);
396+
return okAsync(result.txHash);
397397
};
398398

399399
/**

0 commit comments

Comments
 (0)