Skip to content

Commit

Permalink
[FIX] Updated EditLegacy Component (#5116)
Browse files Browse the repository at this point in the history
* reroute editlegacy txn in send flow

* updated snapshot

* updated snapshot

* added deprecating comment for editGasFeeLegacy

* typed
  • Loading branch information
blackdevelopa authored Oct 13, 2022
1 parent 94f5501 commit 4595f96
Show file tree
Hide file tree
Showing 10 changed files with 1,151 additions and 80 deletions.
2 changes: 1 addition & 1 deletion app/components/UI/EditGasFee1559/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const createStyles = (colors) =>
});

/**
* In the near future (ideally Q3 2022), the EditGasFee1559 component will be replaced with EditGasFee1559Update as part of the gas polling refactor that moves gas fee modifications to `app/core/GasPolling`. When the refactoring is completed, the EditGasFee1559Update will be renamed EditGasFee1559 and this component will be removed. The EditGasFee1559Update is currently being used in the Update Transaction (Speed Up/Cancel) flow.
* The EditGasFee1559 component will be deprecated in favor of EditGasFee1559Update as part of the gas polling refactor code that moves gas fee modifications to `app/core/GasPolling`. When the refactoring is completed, the EditGasFee1559Update will be renamed EditGasFee1559 and this component will be removed. The EditGasFee1559Update is currently being used in the Update Transaction(Speed Up/Cancel) flow.
*/

const EditGasFee1559 = ({
Expand Down
Loading

0 comments on commit 4595f96

Please sign in to comment.