Skip to content

Commit 38138a8

Browse files
authored
fix(altda): prefetch payload witnesses (#946) (#950)
1 parent cb3d231 commit 38138a8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/altda/host/src/cfg.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ impl AltDAChainHost {
106106
} else {
107107
let providers = self.create_providers().await?;
108108
let backend =
109-
OnlineHostBackend::new(self.clone(), kv_store.clone(), providers, AltDAHintHandler);
109+
OnlineHostBackend::new(self.clone(), kv_store.clone(), providers, AltDAHintHandler)
110+
.with_high_level_hint(AltDAExtendedHintType::Standard(
111+
HintType::L2PayloadWitness,
112+
));
110113

111114
task::spawn(async {
112115
PreimageServer::new(

0 commit comments

Comments
 (0)