Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alessey committed Sep 13, 2024
1 parent 5a8edd8 commit f310997
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/swap/components/SwapProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,6 @@ export function SwapProvider({
return;
}

// is this needed? odd to have init here
// updateLifeCycleStatus({
// statusName: 'init',
// statusData: {
// isMissingRequiredField: false,
// maxSlippage: initialMaxSlippage,
// },
// });

try {
const maxSlippage = lifeCycleStatus.statusData.maxSlippage;
const response = await buildSwapTransaction({
Expand Down

0 comments on commit f310997

Please sign in to comment.