Skip to content

Commit ceb101e

Browse files
authored
Merge pull request #290 from input-output-hk/whankinsiv/deadlock-fix
fix: use correct blocks subscription in chain store module
2 parents a25c133 + a5fcf0c commit ceb101e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/chain_store/src/chain_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use tracing::error;
2424

2525
use crate::stores::{fjall::FjallStore, Block, Store};
2626

27-
const DEFAULT_BLOCKS_TOPIC: &str = "cardano.block.body";
27+
const DEFAULT_BLOCKS_TOPIC: &str = "cardano.block.available";
2828
const DEFAULT_PROTOCOL_PARAMETERS_TOPIC: &str = "cardano.protocol.parameters";
2929
const DEFAULT_STORE: &str = "fjall";
3030

0 commit comments

Comments
 (0)