Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711332
D12619.id36629.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
594 B
Subscribers
None
D12619.id36629.diff
View Options
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),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 11:39 (16 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5570020
Default Alt Text
D12619.id36629.diff (594 B)
Attached To
D12619: [Cashtab] [ECPair from wif p3/3] Consistent camel case for ECPair
Event Timeline
Log In to Comment