mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Remove "to_block" field from BlockRequests (#12447)
* Remove "to_block" field from BlockRequests * Maybe fix the tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user