Skip to content

Commit

Permalink
fix: missed a change in refactoring
Browse files Browse the repository at this point in the history
One usage of `idToCancel` did not get renamed `idToComplete`.
  • Loading branch information
dtribble committed May 3, 2020
1 parent 28e6166 commit 567f713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/lib/ag-solo/vats/lib-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export async function makeWallet(
offerHandle,
} = await executeOffer(compiledOffer, inviteP);

idToCancel.set(id, () => {
isToComplete.set(id, () => {

This comment has been minimized.

Copy link
@TerryvanWalen

TerryvanWalen May 4, 2020

Typo? shouldn't this be: idToComplete

This comment has been minimized.

Copy link
@katelynsills

katelynsills May 4, 2020

Contributor

Thank you @TerryvanWalen. That fix is now in

alreadyResolved = true;
return E(completeObj).complete();
});
Expand Down

0 comments on commit 567f713

Please sign in to comment.