From 726aaa30f5dc5dbd64c6b97e4d3158f762d86e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Sun, 18 Nov 2018 11:32:01 +0100 Subject: [PATCH] Update libcoreSignAndBroadcast.js --- src/commands/libcoreSignAndBroadcast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/libcoreSignAndBroadcast.js b/src/commands/libcoreSignAndBroadcast.js index 6e0ee240..e91d35a9 100644 --- a/src/commands/libcoreSignAndBroadcast.js +++ b/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, )