fix: indexer core added to all objects

This commit is contained in:
Pravdyvy
2026-01-13 15:11:51 +02:00
parent 1fd6651121
commit bbbb1c1a23
18 changed files with 134 additions and 18 deletions
+4
View File
@@ -69,6 +69,10 @@ impl HashableBlockData {
},
}
}
pub fn block_hash(&self) -> BlockHash {
OwnHasher::hash(&borsh::to_vec(&self).unwrap())
}
}
impl From<Block> for HashableBlockData {