We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9b3d8 commit a7dd928Copy full SHA for a7dd928
crates/services/compression/src/ports/block_source.rs
@@ -17,9 +17,7 @@ impl BlockWithMetadataExt for BlockWithMetadata {
17
}
18
19
fn height(&self) -> &BlockHeight {
20
- <Self as BlockWithMetadataExt>::block(self)
21
- .header()
22
- .height()
+ self.block().header().height()
23
24
25
fn block(&self) -> &fuel_core_types::blockchain::block::Block {
0 commit comments