vacuumlabs/trezor-firmware

Reintroduce utxo max size limitation

refi93 opened this issue · 1 comments

Despite the max tx size being around 9kB now, if max utxo size is raised from 4kB at protocol level (IntersectMBO/cardano-ledger#2099) Trezor may again face issues with producing utxos it wouldn't be able to spend later on.

Added back into the code as part of trezor#1606. It will however be removed again with transaction streaming.