Skip to content

Commit

Permalink
feat: disable recoverSets in priceAuthority and fluxAggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Feb 29, 2024
1 parent 48a3811 commit 0a87b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const start = async (zcf, privateArgs, baggage) => {
'set',
undefined,
undefined,
{ recoverySetsOption: 'noRecoverySets' },
);

const {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const provideQuoteMint = baggage => {
AssetKind.SET,
undefined,
undefined,
{ recoverySetsOption: 'noRecoverySets' },
);
return issuerKit.mint;
};

0 comments on commit 0a87b88

Please sign in to comment.