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.
2 parents 5338e4b + c71ca11 commit 9cba526Copy full SHA for 9cba526
modules/sdk-core/src/bitgo/wallet/wallet.ts
@@ -3671,7 +3671,7 @@ export class Wallet implements IWallet {
3671
// extract the whitelisted params from the top level, in case
3672
// other invalid params are present that would fail encoding
3673
// and fall back to the body params
3674
- const whitelistedParams = _.pick(params, whitelistedSendParams);
+ const whitelistedParams = this.baseCoin.preprocessBuildParams(_.pick(params, whitelistedSendParams));
3675
const reqTracer = reqId || new RequestTracer();
3676
this.bitgo.setRequestTracer(reqTracer);
3677
return postWithCodec(
0 commit comments