Skip to content

Commit

Permalink
fix(run-protocol): makeAnchorAsset needs zoe
Browse files Browse the repository at this point in the history
now that it uses mintHolder
  • Loading branch information
dckc committed Apr 24, 2022
1 parent fc4bc04 commit 46e2076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/run-protocol/src/core-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const CHAIN_POST_BOOT_MANIFEST = harden({

export const PSM_MANIFEST = harden({
makeAnchorAsset: {
consume: { bankManager: 'bank' },
consume: { bankManager: 'bank', zoe: 'zoe' },
issuer: {
produce: { AUSD: true },
},
Expand Down

0 comments on commit 46e2076

Please sign in to comment.