Skip to content

Commit

Permalink
fixup! fixup! chore: use startUpgradable
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Oct 3, 2024
1 parent 22101c8 commit d90ed13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/inter-protocol/src/proposals/replaceElectorate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @ts-check
import { E } from '@endo/eventual-send';
import { Fail } from '@endo/errors';
import {
assertPathSegment,
makeStorageNodeChild,
Expand Down Expand Up @@ -54,7 +53,7 @@ const handlehighPrioritySendersList = async (
const highPrioritySendersManager = await highPrioritySendersManagerP;

if (!highPrioritySendersManager) {
throw Fail`highPrioritySendersManager is not defined`;
throw assert.error(`highPrioritySendersManager is not defined`);
}

const { addressesToAdd, addressesToRemove } = highPrioritySendersConfig;
Expand Down

0 comments on commit d90ed13

Please sign in to comment.