Skip to content

Commit fc20f15

Browse files
committed
test
TICKET: DX-2604
1 parent bc980e3 commit fc20f15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

generated.json

Whitespace-only changes.

modules/express/src/typedRoutes/api/v1/acceptShare.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export const AcceptShareRequestBody = {
2929
* The xprv must already be encrypted with your desired passphrase.
3030
*/
3131
overrideEncryptedXprv: optional(t.string),
32+
33+
overrideEncryptedXp: optional(t.string),
3234
};
3335

3436
/** Response from accepting a wallet share */

0 commit comments

Comments
 (0)