diff --git a/src/web3/tx/erc20.tx.ts b/src/web3/tx/erc20.tx.ts index 4034b7e..e76b2e4 100644 --- a/src/web3/tx/erc20.tx.ts +++ b/src/web3/tx/erc20.tx.ts @@ -217,7 +217,7 @@ export const erc20send: SendTx = async ( if (isHw) { const { from, ...txToResolveProperties } = tx; const txToSerialize = await resolveProperties(txToResolveProperties); - const unsignedTx = Transaction.from(txToSerialize).serialized.substring(2); + const unsignedTx = Transaction.from(txToSerialize).unsignedSerialized.substring(2); const sig = await erc20SignTxWithLedger(blockchain, { bluetoothConnection: hwBluetooth,