forked from Agoric/agoric-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exit zcfSeats immediately on shutdown. (Agoric#1770)
* fix: exit zcfSeats immediately on shutdown. * fix: check if hasExited before trying to update * fix: contract get shutdown if no more tickets are left, so sellerSeat is exited, making this assertion throw: assert(sellerSeat && !sellerSeat.hasExited(), `no items are for sale`);
- Loading branch information
1 parent
7c7bcca
commit 2409eb5
Showing
3 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters