Gaëtan Renaudeau
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/commands/libcoreSignAndBroadcast.js
|
|
@ -126,7 +126,7 @@ async function signTransaction({ |
|
|
|
const hexPreviousTransaction = Buffer.from(rawPreviousTransaction).toString('hex') |
|
|
|
const previousTransaction = hwApp.splitTransaction( |
|
|
|
hexPreviousTransaction, |
|
|
|
true, // Setting the flag to false only prevent the parsing of segwit txs. The flag on true allow both segwit and non-segwit
|
|
|
|
true, // set to true allow both segwit AND non-segwit
|
|
|
|
hasTimestamp, |
|
|
|
hasExtraData, |
|
|
|
) |
|
|
|