iorveth 4 жил өмнө
parent
commit
0a7d1a20ed

+ 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)]