Skip to content

Commit 86c477b

Browse files
committed
add comments to code to help reviewer
1 parent f383d13 commit 86c477b

File tree

1 file changed

+2
-1
lines changed
  • crates/anvil-polkadot/src/substrate_node/service

1 file changed

+2
-1
lines changed

crates/anvil-polkadot/src/substrate_node/service/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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, &current_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

0 commit comments

Comments
 (0)