diff --git a/web/cashtab/src/utils/cashMethods.js b/web/cashtab/src/utils/cashMethods.js --- a/web/cashtab/src/utils/cashMethods.js +++ b/web/cashtab/src/utils/cashMethods.js @@ -249,9 +249,7 @@ tokenUtxosBeingSpent, tokenAmount, ); - destinationAddress = BCH.SLP.Address.toLegacyAddress( - legacyCashOriginAddress, - ); + destinationAddress = legacyCashOriginAddress; break; default: throw new Error('Invalid token transaction type');