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 @@ -161,11 +161,11 @@ .filter(acc => acc.cashAddress === utxo.address) .pop().fundingWif; - const utxoEcPair = getECPairFromWIF(wif); + const utxoECPair = getECPairFromWIF(wif); txBuilder.sign( i, - utxoEcPair, + utxoECPair, undefined, txBuilder.hashTypes.SIGHASH_ALL, parseInt(utxo.value),