Skip to content

Commit

Permalink
chore: update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills committed Sep 3, 2020
1 parent 7240206 commit 50cd6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/contractSupport/zoeHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const trade = (
}

// Check whether reallocate would error before calling. If
// it would error, reject the right offer and return.
// it would error, log information and throw.
const offerSafeForLeft = left.seat.isOfferSafe(leftAllocation);
const offerSafeForRight = right.seat.isOfferSafe(rightAllocation);
if (!(offerSafeForLeft && offerSafeForRight)) {
Expand Down

0 comments on commit 50cd6bb

Please sign in to comment.