pub fn transaction_to_fake_v5(
trans: &Transaction,
network: &Network,
height: Height,
) -> TransactionExpand description
Convert trans into a fake v5 transaction,
converting sapling shielded data from v4 to v5 if possible.
pub fn transaction_to_fake_v5(
trans: &Transaction,
network: &Network,
height: Height,
) -> TransactionConvert trans into a fake v5 transaction,
converting sapling shielded data from v4 to v5 if possible.