Skip to content

Commit

Permalink
fix: Nonce too low error on Approve ERC20 and ERC721 transactions (#6592
Browse files Browse the repository at this point in the history
)

* nonce too low on approve txn

* remove nonce value from readding to transaction object

* transaction object
  • Loading branch information
blackdevelopa authored Jun 15, 2023
1 parent 4e52228 commit 1f3a1a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/UI/ApproveTransactionReview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ class ApproveTransactionReview extends PureComponent {
componentDidMount = async () => {
const { chainId } = this.props;
const {
transaction: { origin, to, data, from },
transaction,
transaction: { origin, to, data, from, transaction },
setTransactionObject,
tokenList,
tokenAllowanceState,
Expand Down

0 comments on commit 1f3a1a0

Please sign in to comment.