Skip to content

Commit bba1015

Browse files
authored
fix(dapp): Aggressive wait mode for tx polling (#1132)
* fix(dapp): Aggressive wait mode for tx polling * ,
1 parent 1e02d86 commit bba1015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dapp/src/components/dialogs/PurchaseNameDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export function PurchaseNameDialog({ name, open, setOpen, onCompleted }: Purchas
148148

149149
await client.waitForTransaction({
150150
digest: transactionResult.digest,
151+
waitMode: 'checkpoint',
151152
});
152153
},
153154
onSuccess() {

0 commit comments

Comments
 (0)