chore: rm outdated TODOs (#2322)

This commit is contained in:
Matthias Seitz
2023-04-20 22:44:39 +02:00
committed by GitHub
parent 68d8506d8e
commit 347e3e8813
2 changed files with 3 additions and 2 deletions

View File

@@ -337,7 +337,9 @@ where
// updated successfully. The build process is specified in the Payload
// building section.
let attributes = PayloadBuilderAttributes::new(header.parent_hash, attrs);
// TODO(mattsse) this needs to be handled asynchronously
// send the payload to the builder and return the receiver for the pending payload id,
// initiating payload job is handled asynchronously
let pending_payload_id = self.payload_builder.send_new_payload(attributes);
// Client software MUST respond to this method call in the following way:

View File

@@ -386,7 +386,6 @@ where
self.network.send_transactions_hashes(peer_id, msg);
}
}
// TODO Add remaining events
_ => {}
}
}