1.83 clippy fix

This commit is contained in:
hinto.janai 2024-11-28 09:56:51 -05:00
parent 7e005012ed
commit f15f08be45
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -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,