File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ impl_self_contained_call!();
190
190
sp_api:: impl_runtime_apis! {
191
191
impl sp_consensus_aura:: AuraApi <Block , sp_consensus_aura:: sr25519:: AuthorityId > for Runtime {
192
192
fn slot_duration( ) -> sp_consensus_aura:: SlotDuration {
193
- sp_consensus_aura:: SlotDuration :: from_millis( Aura :: slot_duration ( ) )
193
+ sp_consensus_aura:: SlotDuration :: from_millis( SLOT_DURATION )
194
194
}
195
195
196
196
fn authorities( ) -> Vec <sp_consensus_aura:: sr25519:: AuthorityId > {
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ impl_self_contained_call!();
195
195
sp_api:: impl_runtime_apis! {
196
196
impl sp_consensus_aura:: AuraApi <Block , sp_consensus_aura:: sr25519:: AuthorityId > for Runtime {
197
197
fn slot_duration( ) -> sp_consensus_aura:: SlotDuration {
198
- sp_consensus_aura:: SlotDuration :: from_millis( Aura :: slot_duration ( ) )
198
+ sp_consensus_aura:: SlotDuration :: from_millis( SLOT_DURATION )
199
199
}
200
200
201
201
fn authorities( ) -> Vec <sp_consensus_aura:: sr25519:: AuthorityId > {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
75
75
spec_name : sp_runtime:: create_runtime_str!( "Pangolin2" ) ,
76
76
impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
77
77
authoring_version : 0 ,
78
- spec_version : 6_6_3_0 ,
78
+ spec_version : 6_6_3_1 ,
79
79
impl_version : 0 ,
80
80
apis : RUNTIME_API_VERSIONS ,
81
81
transaction_version : 0 ,
@@ -194,7 +194,7 @@ impl_self_contained_call!();
194
194
sp_api:: impl_runtime_apis! {
195
195
impl sp_consensus_aura:: AuraApi <Block , sp_consensus_aura:: sr25519:: AuthorityId > for Runtime {
196
196
fn slot_duration( ) -> sp_consensus_aura:: SlotDuration {
197
- sp_consensus_aura:: SlotDuration :: from_millis( Aura :: slot_duration ( ) )
197
+ sp_consensus_aura:: SlotDuration :: from_millis( SLOT_DURATION )
198
198
}
199
199
200
200
fn authorities( ) -> Vec <sp_consensus_aura:: sr25519:: AuthorityId > {
You can’t perform that action at this time.
0 commit comments