We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84db275 + c381562 commit a300430Copy full SHA for a300430
jormungandr/src/explorer/graphql/mod.rs
@@ -783,7 +783,7 @@ impl Epoch {
783
.wait()?;
784
785
let boundaries = PaginationInterval::Inclusive(InclusivePaginationInterval {
786
- lower_bound: epoch_lower_bound,
+ lower_bound: 0,
787
upper_bound: epoch_upper_bound
788
.checked_sub(epoch_lower_bound)
789
.expect("pagination upper_bound to be greater or equal than lower_bound"),
0 commit comments