Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Change extrinsic_count to extrinsic_index in pallet-utility (#5044)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Kampmann <ben.kampmann@googlemail.com>
  • Loading branch information
joepetrowski and gnunicorn authored Mar 3, 2020
1 parent 9fb3a7f commit 798390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/utility/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ impl<T: Trait> Module<T> {
pub fn timepoint() -> Timepoint<T::BlockNumber> {
Timepoint {
height: <system::Module<T>>::block_number(),
index: <system::Module<T>>::extrinsic_count(),
index: <system::Module<T>>::extrinsic_index().unwrap_or_default(),
}
}

Expand Down

0 comments on commit 798390f

Please sign in to comment.