We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a25c133 + a5fcf0c commit ceb101eCopy full SHA for ceb101e
modules/chain_store/src/chain_store.rs
@@ -24,7 +24,7 @@ use tracing::error;
24
25
use crate::stores::{fjall::FjallStore, Block, Store};
26
27
-const DEFAULT_BLOCKS_TOPIC: &str = "cardano.block.body";
+const DEFAULT_BLOCKS_TOPIC: &str = "cardano.block.available";
28
const DEFAULT_PROTOCOL_PARAMETERS_TOPIC: &str = "cardano.protocol.parameters";
29
const DEFAULT_STORE: &str = "fjall";
30
0 commit comments