Skip to content

Commit a7b9cca

Browse files
committed
fix: fix return type
1 parent 5687bcc commit a7b9cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/account-api/src/api/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ export type Bip44AccountProvider = AccountProvider<
8181
*/
8282
createAccounts: (
8383
options: Bip44CreateAccountOptions,
84-
) => Promise<Bip44Account<KeyringAccount>>[];
84+
) => Promise<Bip44Account<KeyringAccount>[]>;
8585
};

0 commit comments

Comments
 (0)