pub fn transaction_to_fake_v5(
trans: &Transaction,
network: &Network,
height: Height,
) -> Transaction
Expand 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,
) -> Transaction
Convert trans
into a fake v5 transaction,
converting sapling shielded data from v4 to v5 if possible.