From b161b744a6b93de5c61c31f86cf209bd17b02e52 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Mon, 23 Sep 2024 12:44:06 -0400 Subject: [PATCH] change txTo -> to --- src/screens/SpeedUpAndCancelSheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/SpeedUpAndCancelSheet.js b/src/screens/SpeedUpAndCancelSheet.js index 00e6c71699a..bbbf1766df1 100644 --- a/src/screens/SpeedUpAndCancelSheet.js +++ b/src/screens/SpeedUpAndCancelSheet.js @@ -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);