Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 22b1c37

Browse files
dignifiedquirematheus23
andauthoredDec 4, 2024··
Update src/net_protocol.rs
Co-authored-by: Philipp Krüger <[email protected]>
1 parent 07bd597 commit 22b1c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/net_protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl<S: crate::store::Store> Blobs<S> {
187187
batches: Default::default(),
188188
gc_state: Default::default(),
189189
#[cfg(feature = "rpc")]
190-
rpc_handler: Arc::new(Default::default()),
190+
rpc_handler: Default::default(),
191191
}
192192
}
193193

0 commit comments

Comments
 (0)
Please sign in to comment.