Remove "to_block" field from BlockRequests (#12447)

* Remove "to_block" field from BlockRequests

* Maybe fix the tests
This commit is contained in:
Pierre Krieger
2022-10-08 23:15:25 +02:00
committed by GitHub
parent f55a6c9689
commit 4a6c7aaf5b
4 changed files with 1 additions and 13 deletions
@@ -23,8 +23,6 @@ message BlockRequest {
// Start with given block number.
bytes number = 3;
}
// End at this block. An implementation defined maximum is used when unspecified.
bytes to_block = 4; // optional
// Sequence direction.
Direction direction = 5;
// Maximum number of blocks to return. An implementation defined maximum is used when unspecified.