Skip to content

Commit

Permalink
refactor: proposalFilter to offerProposalFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Jun 27, 2024
1 parent bfa46e6 commit 3a3ce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const myFilter: ProposalFilter = (proposal) => proposal.provider.name !== "bad-p

const order: MarketOrderSpec = {
market: {
proposalFilter: myFilter,
offerProposalFilter: myFilter,
// other options
},
};
Expand Down

0 comments on commit 3a3ce5f

Please sign in to comment.