Skip to content

Commit

Permalink
fn again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Oct 2, 2023
1 parent c6dc5e5 commit 43dad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/core/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl BasicBlock {

/// Returns the max burned mana of a [`BasicBlock`].
#[inline(always)]
pub fn burned_mana(&self) -> u64 {
pub fn max_burned_mana(&self) -> u64 {
self.max_burned_mana
}
}
Expand Down

0 comments on commit 43dad01

Please sign in to comment.