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 47ef1d7 commit 220dc78Copy full SHA for 220dc78
src/common/market/order.js
@@ -822,7 +822,7 @@ export const estimateMatchOrders = async ({
822
.label('voucherAddress')
823
.validate(voucherAddress),
824
]);
825
- if (!vUseVoucher) {
+ if (vUseVoucher) {
826
checkImplementedOnChain(contracts.chainId, CHAIN_SPECIFIC_FEATURES.VOUCHER);
827
}
828
const matchableVolume = await getMatchableVolume(
0 commit comments