Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add static lifetime to emission amounts calculation (#4851)
Description --- Added a static lifetime to `emission_amounts` calculation. This is needed if the `pub fn emission_amounts` will be called from an external client. Motivation and Context --- The `&'[u64]` return value was at odds with the `emission_decay: &'static [u64]` definition. How Has This Been Tested? --- Unit tests External client
- Loading branch information