Explorar o código

Storage: Fix mock config

iorveth %!s(int64=4) %!d(string=hai) anos
pai
achega
0a7d1a20ed
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      node/src/chain_spec/content_config.rs

+ 1 - 0
node/src/chain_spec/content_config.rs

@@ -26,6 +26,7 @@ struct ContentData {
     quota_size_limit_upper_bound: u64,
     quota_objects_limit_upper_bound: u64,
     global_quota: Quota,
+    uploading_blocked: bool,
 }
 
 #[derive(Deserialize)]