We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1f4d2 commit 7bb279dCopy full SHA for 7bb279d
server/src/host/single/local_kv.rs
@@ -44,7 +44,7 @@ impl KeyValueStore for LocalKeyValueStore {
44
None => {
45
tracing::error!("L1 chain config is not provided in derivation request");
46
None
47
- },
+ }
48
Some(l1_chain_config) => {
49
let serialized = serde_json::to_vec(&l1_chain_config).ok()?;
50
Some(serialized)
0 commit comments