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.
t.partial
t.type
1 parent b433fc0 commit 844c222Copy full SHA for 844c222
modules/sdk-core/src/bitgo/wallet/wallet.ts
@@ -3644,7 +3644,7 @@ export class Wallet implements IWallet {
3644
return postWithCodec(
3645
this.bitgo,
3646
this.baseCoin.url('/wallet/' + this.id() + '/tx/send'),
3647
- t.intersection([TxSendBody, t.type({ locktime: t.number })]),
+ t.intersection([TxSendBody, t.partial({ locktime: t.number })]),
3648
whitelistedParams
3649
).result();
3650
}
0 commit comments