mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07:59 +00:00
Remove "to_block" field from BlockRequests (#12447)
* Remove "to_block" field from BlockRequests * Maybe fix the tests
This commit is contained in:
@@ -193,7 +193,6 @@ where
|
||||
fields: BlockAttributes::HEADER |
|
||||
BlockAttributes::BODY | BlockAttributes::JUSTIFICATION,
|
||||
from: FromBlock::Hash(header.hash()),
|
||||
to: Some(header.hash()),
|
||||
direction: Direction::Ascending,
|
||||
max: Some(1),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user