Skip to content

Commit 1c0e8fe

Browse files
committed
Fix await.
1 parent 24d6501 commit 1c0e8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ export class Commands {
673673
this.signer
674674
)
675675
console.log("Verifying payment...");
676-
const validationEscrow = escrow.verifyFundsForEscrowPayment(
676+
const validationEscrow = await escrow.verifyFundsForEscrowPayment(
677677
paymentToken,
678678
computeEnv.consumerAddress,
679679
await unitsToAmount(this.signer, paymentToken, amountToDeposit),

0 commit comments

Comments
 (0)