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 24, 2024
1 parent 5deaf74 commit d58a631
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 @@ -118,6 +118,7 @@ export const start = async zcf => {
);

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

Expand Down

0 comments on commit d58a631

Please sign in to comment.