We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f947ee commit 99d6353Copy full SHA for 99d6353
generated.json
modules/express/src/typedRoutes/api/v1/acceptShare.ts
@@ -28,7 +28,7 @@ export const AcceptShareRequestBody = {
28
* Use this only if you received the encrypted key separately from the share invitation.
29
* The xprv must already be encrypted with your desired passphrase.
30
*/
31
- overrideEncryptedXprv: optional(t.string),
+ overrideEncryptedXprv: t.string,
32
};
33
34
/** Response from accepting a wallet share */
0 commit comments