mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
* Revert #2745 * Fix error in merge resolve * Fix compilation
This commit is contained in:
committed by
Bastian Köcher
parent
a5964e4055
commit
89b312fe9c
@@ -297,7 +297,7 @@ mod tests {
|
||||
inherent_data.replace_data(finality_tracker::INHERENT_IDENTIFIER, &1u64);
|
||||
inherent_data.replace_data(timestamp::INHERENT_IDENTIFIER, &(slot_num * 10));
|
||||
|
||||
let parent_id = BlockId::number(service.client().info().unwrap().chain.best_number);
|
||||
let parent_id = BlockId::number(service.client().info().chain.best_number);
|
||||
let parent_header = service.client().header(&parent_id).unwrap().unwrap();
|
||||
let proposer_factory = Arc::new(substrate_basic_authorship::ProposerFactory {
|
||||
client: service.client(),
|
||||
|
||||
Reference in New Issue
Block a user