Tiny things

This commit is contained in:
Alex Auvolat
2021-03-15 18:40:27 +01:00
parent 0290afe1f8
commit 537f652fec
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ pub struct MerkleNodeKey {
pub partition: MerklePartition,
// prefix: a prefix for the hash of full keys, i.e. hash(hash(partition_key)+sort_key)
#[serde(with = "serde_bytes")]
pub prefix: Vec<u8>,
}