This commit is contained in:
Luke Parker
2023-04-16 01:03:32 -04:00
parent 79655672ef
commit 9676584ffe
4 changed files with 23 additions and 1 deletions

View File

@@ -142,6 +142,10 @@ impl BlockTrait<Monero> for Block {
self.0
}
fn parent(&self) -> Self::Id {
self.1.header.previous
}
fn median_fee(&self) -> Fee {
// TODO
Fee { per_weight: 80000, mask: 10000 }