Skip to content

Commit

Permalink
change txTo -> to
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored and ibrahimtaveras00 committed Sep 23, 2024
1 parent 759f9a1 commit b161b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/SpeedUpAndCancelSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export default function SpeedUpAndCancelSheet() {
setNonce(tx.nonce);
setValue(hexValue);
setData(hexData);
setTo(tx.txTo);
setTo(tx.to);
setGasLimit(hexGasLimit);
if (!isL2) {
setTxType(GasFeeTypes.eip1559);
Expand Down

0 comments on commit b161b74

Please sign in to comment.