Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extrinsics count logging in frame-system
The storage item ExtrinsicIndex is already taken before the `finalize()` in `note_finished_extrinsics()`, rendering it's always 0 in the log. This commit fixes it by using the proper API for extrinsics count.
- Loading branch information