Skip to content

Commit

Permalink
feat: review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Oct 3, 2023
1 parent a63fa4c commit cd57824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ERTP/src/paymentLedger.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const preparePaymentLedger = (
/**
* An issuer may choose to omit recovery sets. The quote issuer, for example,
* omits recovery sets since its "payments" do not actually represent
* transferable value. Recovery sets preverse payments that are otherwise
* transferable value. Recovery sets preserve payments that are otherwise
* inaccessible, so that they can be recovered. This is their point. But this
* means that useless payments might accumulate into a large storage leak.
* Quote payments should never need to be recovered, since one can always ask
Expand Down
2 changes: 1 addition & 1 deletion packages/zoe/src/zoeService/makeInvitation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @jessie-check

import { Fail } from '@agoric/assert';
import { Fail, q } from '@agoric/assert';
import { provideDurableMapStore } from '@agoric/vat-data';
import { AssetKind, hasIssuer, reallyPrepareIssuerKit } from '@agoric/ertp';
import { InvitationElementShape } from '../typeGuards.js';
Expand Down

0 comments on commit cd57824

Please sign in to comment.