Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandelis Symeonidis committed Nov 3, 2023
1 parent d8ce568 commit 7dd4fab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion agoric/contract/src/proposal/start-kread-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ export const startKread = async (powers, config) => {
issuers: { KREAdCHARACTER: characterIssuer, KREAdITEM: itemIssuer },
brands: { KREAdCHARACTER: characterBrand, KREAdITEM: itemBrand },
} = await E(zoe).getTerms(instance);

trace('adding to boardAux');
await publishBrandInfo(chainStorage, board, characterBrand);
await publishBrandInfo(chainStorage, board, itemBrand);
Expand Down
1 change: 1 addition & 0 deletions agoric/contract/test/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const bootstrapContext = async (conf = undefined) => {
character: { issuer: characterIssuer, brand: characterBrand },
item: { issuer: itemIssuer, brand: itemBrand },
};

const purses = {
character: characterIssuer.makeEmptyPurse(),
item: itemIssuer.makeEmptyPurse(),
Expand Down
2 changes: 0 additions & 2 deletions agoric/contract/test/test-inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ test.before(async (t) => {
t.context = bootstrap;
});



const unequipOffer = async (t) => {
/** @type {Bootstrap} */
const { publicFacet, contractAssets, purses, zoe } = t.context;
Expand Down

0 comments on commit 7dd4fab

Please sign in to comment.