mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Initial Tributary handling
This commit is contained in:
@@ -84,6 +84,10 @@ impl<D: Db, T: Transaction> Blockchain<D, T> {
|
||||
res
|
||||
}
|
||||
|
||||
pub(crate) fn genesis(&self) -> [u8; 32] {
|
||||
self.genesis
|
||||
}
|
||||
|
||||
pub(crate) fn tip(&self) -> [u8; 32] {
|
||||
self.tip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user