diff --git a/runtime/runtime/src/congestion_control.rs b/runtime/runtime/src/congestion_control.rs
index 32e52a880c3..47aab07a93c 100644
--- a/runtime/runtime/src/congestion_control.rs
+++ b/runtime/runtime/src/congestion_control.rs
@@ -213,11 +213,14 @@ impl ReceiptSink {
pub(crate) fn generate_bandwidth_requests(
&self,
trie: &dyn TrieAccess,
+ shard_layout: &ShardLayout,
side_effects: bool,
) -> Result