mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 19:49:33 +00:00
1.83 clippy fix
This commit is contained in:
parent
7e005012ed
commit
f15f08be45
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ impl DecompressedPruningSeed {
|
|||
///
|
||||
/// This function will also error if `block_height` > `blockchain_height`
|
||||
///
|
||||
pub fn get_next_unpruned_block(
|
||||
pub const fn get_next_unpruned_block(
|
||||
&self,
|
||||
block_height: usize,
|
||||
blockchain_height: usize,
|
||||
|
|
Loading…
Reference in a new issue