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:
parent
57a91c7160
commit
317363f84c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user