File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
crates/anvil-polkadot/src/substrate_node/service Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ fn create_manual_seal_inherent_data_providers(
193193 . expect ( "Header lookup should succeed" )
194194 . expect ( "Header passed in as parent should be present in backend." ) ;
195195
196+ // NOTE: Our runtime API doesnt seem to have collect_collation_info available
196197 // let should_send_go_ahead = client
197198 // .runtime_api()
198199 // .collect_collation_info(block, ¤t_para_head)
@@ -366,7 +367,7 @@ pub fn new(
366367
367368 let slot_duration= sc_consensus_aura:: SlotDuration :: from_millis ( SLOT_DURATION ) ;
368369
369- // Polkadot-sdk doesnt use the latest changes here, so this function isnt available yet. Can use `new()` instead be our client
370+ // Polkadot-sdk doesnt seem to use the latest changes here, so this function isnt available yet. Can use `new()` instead but our client
370371 // doesnt implement all the needed traits
371372 // let aura_digest_provider = AuraConsensusDataProvider::new_with_slot_duration(slot_duration);
372373
You can’t perform that action at this time.
0 commit comments