Revert "BlockId removal: refactor: HeaderBackend::header (#1977)"

This reverts commit b7dff85939.
This commit is contained in:
EgorPopelyaev
2022-12-21 12:15:09 +01:00
parent fa953ab35a
commit 0f59d20a1e
5 changed files with 150 additions and 25 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ mod tests {
let para_id = ParaId::from(100);
let announce_block = |_, _| ();
let client = Arc::new(TestClientBuilder::new().build());
let header = client.header(client.chain_info().genesis_hash).unwrap().unwrap();
let header = client.header(&BlockId::Number(0)).unwrap().unwrap();
let (sub_tx, sub_rx) = mpsc::channel(64);