Cosmetics.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-01-04 15:26:18 +00:00
parent 38246e3165
commit ca0fdf3b30
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ def main():
ufvk = encode_unified(rng, receivers, "uview")
expected_lengths = {
P2PKH_ITEM: 65,
SAPLING_ITEM: 128,
P2PKH_ITEM: 65,
SAPLING_ITEM: 128,
ORCHARD_ITEM: 96,
unknown_tc: unknown_len
}