Skip to content

Commit

Permalink
chore: drop meta declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Dec 4, 2024
1 parent ee6c0a1 commit bff3484
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/inter-protocol/src/auction/auctioneer.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,6 @@ export const distributeProportionalSharesWithLimits = (
return transfers;
};

// auctionBook changed to create a sub-baggage for each book (to distinguish
// their quoteNotifier flags) so older auctions will not be upgradable to this
// version. We believe this version is saving all the necesary state to be
// upgraded, but that hasn't been verified, so we don't mark it as `canUpgrade'.
export const meta = {
upgradable: 'canBeUpgraded',
};

/**
* @param {ZCF<
* GovernanceTerms<typeof auctioneerParamTypes> & {
Expand Down

0 comments on commit bff3484

Please sign in to comment.