File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ pub(crate) fn allowed_default_share_price<T: Config>(
550550
551551 // The default share price is only allowed if the requested `domain_epoch_index` is happen
552552 // before (or is the same as) the `AllowedDefaultSharePriceEpoch`
553- if allowed_domain_id == operator. current_domain_id && allowed_epoch_index >= domain_epoch_index
553+ if allowed_domain_id == operator. current_domain_id && domain_epoch_index <= allowed_epoch_index
554554 {
555555 maybe_share_price
556556 } else {
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
128128 impl_name : Cow :: Borrowed ( "subspace" ) ,
129129 authoring_version : 0 ,
130130 // The spec version can be different on Taurus and Mainnet
131- spec_version : 18 ,
131+ spec_version : 19 ,
132132 impl_version : 0 ,
133133 apis : RUNTIME_API_VERSIONS ,
134134 transaction_version : 0 ,
You can’t perform that action at this time.
0 commit comments