Skip to content

Commit

Permalink
Merge pull request #3509 from xiangxn/fix-3286
Browse files Browse the repository at this point in the history
fix mcfr bug
  • Loading branch information
xiangxn committed Apr 26, 2022
2 parents 72a272b + 4dce8a1 commit 678bb4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lib/common/MarketClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,7 @@ class FeedPrice extends Price {
typeof priceObject !== "object" ||
!market_base ||
!assets ||
!sqr ||
!mcfr
!sqr
) {
throw new Error("Invalid FeedPrice inputs");
}
Expand Down

0 comments on commit 678bb4f

Please sign in to comment.