subtensor
subtensor copied to clipboard
fix: rename rao_emission to alpha_emission
Type of Change
I think name of the second argument for the following method should be updated because the emission is actually alpha emission.
pub fn epoch(netuid: u16, rao_emission: u64) -> Vec<(T::AccountId, u64, u64)>
Checklist
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have run
cargo fmtandcargo clippyto ensure my code is formatted and linted correctly - [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged and published in downstream modules