We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e55433 commit e1eeef5Copy full SHA for e1eeef5
runtime/src/lib.rs
@@ -1045,7 +1045,7 @@ parameter_types! {
1045
pub const SubtensorInitialTaoWeight: u64 = 971_718_665_099_567_868; // 0.05267697438728329% tao weight.
1046
pub const InitialEmaPriceHalvingPeriod: u64 = 201_600_u64; // 4 weeks
1047
pub const DurationOfStartCall: u64 = if cfg!(feature = "no-start-call-limit") {
1048
- 10 // Only 10 blocks for localnet.sh run
+ 0 // Only 10 blocks for localnet.sh run
1049
} else {
1050
7 * 24 * 60 * 60 / 12 // 7 days
1051
};
0 commit comments