mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove into_limbs() call for BlockNumberOrTag From impl (#5395)
This commit is contained in:
@ -289,7 +289,7 @@ impl From<u64> for BlockNumberOrTag {
|
||||
|
||||
impl From<U64> for BlockNumberOrTag {
|
||||
fn from(num: U64) -> Self {
|
||||
num.into_limbs()[0].into()
|
||||
num.to::<u64>().into()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user