We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ac784a + 757a789 commit a911873Copy full SHA for a911873
zebra-chain/src/orchard_zsa/issuance.rs
@@ -33,7 +33,8 @@ use super::common::ASSET_BASE_SIZE;
33
#[derive(Clone, Debug, PartialEq, Eq)]
34
pub struct IssueData(IssueBundle<Signed>);
35
36
-// FIXME: are those values correct (43, 32 etc.)?
+// Sizes of the types, in bytes
37
+// FIXME: import from orchard
38
const ADDRESS_SIZE: u64 = 43;
39
const NULLIFIER_SIZE: u64 = 32;
40
const NOTE_VALUE_SIZE: u64 = 4;
0 commit comments