Skip to content

Commit fd5b71b

Browse files
authored
Merge pull request #126 from automata-network/feature/anydao/maxduration
common update and modify MaxWorkspace/Strategy number
2 parents 0d1ecd9 + 402c06c commit fd5b71b

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/finitestate/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
126126
// `spec_version`, and `authoring_version` are the same between Wasm and native.
127127
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
128128
// the compatible custom types.
129-
spec_version: 1019,
129+
spec_version: 1020,
130130
impl_version: 1,
131131
apis: RUNTIME_API_VERSIONS,
132132
transaction_version: 1,
@@ -988,8 +988,8 @@ parameter_types! {
988988
pub const MinDuration: u64 = 3600000;
989989
pub const MaxDuration: u64 = 2592000000;
990990
pub const MaxOptionCount: u8 = 10;
991-
pub const MaxWorkspace: u32 = 100;
992-
pub const MaxStrategy: u32 = 100;
991+
pub const MaxWorkspace: u32 = 10;
992+
pub const MaxStrategy: u32 = 10;
993993
}
994994

995995
impl pallet_daoportal::Config for Runtime {

0 commit comments

Comments
 (0)