瀏覽代碼

Storage: Fix mock config

iorveth 4 年之前
父節點
當前提交
0a7d1a20ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)]