mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
committed by
Alex Kremer
parent
6c3c761dd1
commit
2951b4aaa0
@@ -432,7 +432,7 @@ ledgerHeaderFromRequest(std::shared_ptr<data::BackendInterface const> const& bac
|
||||
}
|
||||
} else if (indexValue.is_int64()) {
|
||||
ledgerSequence = indexValue.as_int64();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
ledgerSequence = ctx.range.maxSequence;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user