Skip to content

Commit

Permalink
fix: fix typo in idToComplete (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills authored May 4, 2020
1 parent 217b249 commit 605e00e
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);

isToComplete.set(id, () => {
idToComplete.set(id, () => {
alreadyResolved = true;
return E(completeObj).complete();
});
Expand Down

0 comments on commit 605e00e

Please sign in to comment.