Skip to content

Commit df7d915

Browse files
authored
fix: documentation default awaitFinalized (#891)
1 parent 21d05ab commit df7d915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/DidHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface TransactionHandlers {
6262
* @returns A Promise resolving to the DID document and info on the success of the transaction.
6363
*/
6464
submit(options?: {
65-
awaitFinalized?: boolean // default: false
65+
awaitFinalized?: boolean // default: true
6666
didNonce?: number | BigInt
6767
}): Promise<TransactionResult>
6868
/**

0 commit comments

Comments
 (0)