We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9fa04 commit 50804f1Copy full SHA for 50804f1
1 file changed
src/masterBitgoExpress/routers/accelerateRoute.ts
@@ -3,12 +3,6 @@ import * as t from 'io-ts';
3
import { ErrorResponses } from '../../shared/errors';
4
5
export const AccelerateRequest = {
6
- /**
7
- * Public key used for signing the acceleration transaction.
8
- * @example "xpub661MyMwAqRbcGCNnmzqt3u5KhxmXBHiC78cwAyUMaKJXpFDfHpJwNap6qpG1Kz2SPexKXy3akhPQz7GDYWpHNWkLxRLj6bDxQSf74aTAP9y"
9
- */
10
- pubkey: t.string,
11
-
12
/**
13
* The key to use for signing the transaction.
14
* @example "user"
0 commit comments