sigh
This commit is contained in:
parent
68fc724f9e
commit
0437d9bfc9
@ -1456,7 +1456,7 @@ impl Web3ProxyApp {
|
|||||||
// TODO: should this be block 0 instead?
|
// TODO: should this be block 0 instead?
|
||||||
Some(&U64::one()),
|
Some(&U64::one()),
|
||||||
// TODO: is this a good way to allow lagged archive nodes a try
|
// TODO: is this a good way to allow lagged archive nodes a try
|
||||||
Some(&ead_block_num.saturating_sub(5.into()).clamp(U64::one(), U64::MAX)),
|
Some(&head_block_num.saturating_sub(5.into()).clamp(U64::one(), U64::MAX)),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user