Skip to content

Commit

Permalink
fix: exit temp seat used for minting
Browse files Browse the repository at this point in the history
fixes #41
  • Loading branch information
dckc committed Jan 23, 2024
1 parent 4e685c4 commit 739bfb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract/src/offer-up.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const start = async zcf => {
);

buyerSeat.exit(true);
newItems.exit();
return 'trade complete';
};

Expand Down

0 comments on commit 739bfb5

Please sign in to comment.