Skip to content

Commit 8f87c2f

Browse files
committed
Merge branch 'zsa-integration-proptest' into zsa-integration-issuance-commitments
2 parents d7cba24 + a911873 commit 8f87c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zebra-chain/src/orchard_zsa/issuance.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ impl IssueData {
5959
}
6060
}
6161

62-
// FIXME: are those values correct (43, 32 etc.)?
62+
// Sizes of the types, in bytes
63+
// FIXME: import from orchard
6364
const ADDRESS_SIZE: u64 = 43;
6465
const NULLIFIER_SIZE: u64 = 32;
6566
const NOTE_VALUE_SIZE: u64 = 4;

0 commit comments

Comments
 (0)