fix RPC limit add blob signing domain

This commit is contained in:
realbigsean
2022-10-04 14:57:29 -04:00
parent ba16a037a3
commit 7527c2b455
7 changed files with 30 additions and 33 deletions

View File

@@ -1182,8 +1182,6 @@ impl<T: BeaconChainTypes> BeaconProcessor<T> {
self.spawn_worker(item, toolbox);
} else if let Some(item) = bbrange_queue.pop() {
self.spawn_worker(item, toolbox);
} else if let Some(item) = txbbrange_queue.pop() {
self.spawn_worker(item, toolbox);
} else if let Some(item) = bbroots_queue.pop() {
self.spawn_worker(item, toolbox);
// Check slashings after all other consensus messages so we prioritize