mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
Merge conflicts
This commit is contained in:
@@ -122,7 +122,7 @@ impl<T: BeaconChainTypes> PayloadNotifier<T> {
|
||||
);
|
||||
inclusion_list_transactions
|
||||
} else {
|
||||
// TODO(eip7805) what should be done here in terms of error handling
|
||||
// TODO(heze) what should be done here in terms of error handling
|
||||
VariableList::new(vec![])
|
||||
.map_err(|_| BlockError::InternalError("Cant create empty IL".to_string()))?
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user