Browse Source

Fixes LL-807

The previous code was actually incorrect, we also proved the fix works on mobile, as we already have that code from the start: ebc9f9af8a/src/libcore/signAndBroadcast.js (L143)
LL-807
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
5f583d0061
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/commands/libcoreSignAndBroadcast.js

2
src/commands/libcoreSignAndBroadcast.js

@ -129,7 +129,7 @@ async function signTransaction({
const hexPreviousTransaction = Buffer.from(rawPreviousTransaction).toString('hex')
const previousTransaction = hwApp.splitTransaction(
hexPreviousTransaction,
true, // set to true allow both segwit AND non-segwit
currency.supportsSegwit,
hasTimestamp,
hasExtraData,
additionals,

Loading…
Cancel
Save