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.
1 parent e407f64 commit 92a4cdbCopy full SHA for 92a4cdb
networks/movement/movement-full-node/src/da/stream_blocks/mod.rs
@@ -19,7 +19,8 @@ impl StreamBlocks {
19
pub async fn execute(&self) -> Result<(), anyhow::Error> {
20
// Get the config
21
22
- let mut client = MovementDaLightNodeClient::try_http1(self.light_node_url.as_str())
+ let mut client = MovementDaLightNodeClient::try_http2(self.light_node_url.as_str())
23
+ .await
24
.context("Failed to connect to light node")?;
25
26
let mut blocks_from_da = client
0 commit comments