1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

enable mixing of segwit and non-segwit inputs

This commit is contained in:
Pavol Rusnak 2017-05-19 17:40:57 +02:00
parent 57a91c7160
commit 317363f84c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -755,7 +755,7 @@ static bool signing_sign_segwit_input(TxInputType *txinput) {
return true;
}
#define ENABLE_SEGWIT_NONSEGWIT_MIXING 0
#define ENABLE_SEGWIT_NONSEGWIT_MIXING 1
void signing_txack(TransactionType *tx)
{