mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
chore: rm outdated TODOs (#2322)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -386,7 +386,6 @@ where
|
||||
self.network.send_transactions_hashes(peer_id, msg);
|
||||
}
|
||||
}
|
||||
// TODO Add remaining events
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user