Skip to content

Commit a911873

Browse files
committed
Merge branch 'zsa-integration-generics' into zsa-integration-proptest
2 parents 3ac784a + 757a789 commit a911873

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
@@ -33,7 +33,8 @@ use super::common::ASSET_BASE_SIZE;
3333
#[derive(Clone, Debug, PartialEq, Eq)]
3434
pub struct IssueData(IssueBundle<Signed>);
3535

36-
// FIXME: are those values correct (43, 32 etc.)?
36+
// Sizes of the types, in bytes
37+
// FIXME: import from orchard
3738
const ADDRESS_SIZE: u64 = 43;
3839
const NULLIFIER_SIZE: u64 = 32;
3940
const NOTE_VALUE_SIZE: u64 = 4;

0 commit comments

Comments
 (0)