Skip to content

Commit

Permalink
fix: removed rogue reference
Browse files Browse the repository at this point in the history
tgrecojs committed Apr 8, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 56cb073 commit e74f41b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract/src/airdrop/prepare.js
Original file line number Diff line number Diff line change
@@ -233,8 +233,9 @@ export const start = async (zcf, privateArgs, baggage) => {
claimedAccountsStore,
);

// transition from the "initial" state to "prepared" state following the success of `makeUnderlyingAirdropKit`.
stateMachine.transitionTo(states.PREPARED);
contractStateStore;

return harden({
creatorFacet: creator,
publicFacet: claimer,

0 comments on commit e74f41b

Please sign in to comment.