You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add missing symbols in pallets/parachain-staking/src/lib.rs (#727)
## fixes KILTProtocol/ticket#312
Add missing symbols in pallets/parachain-staking/src/lib.rs
## Metadata Diff to Develop Branch
<details>
<summary>Peregrine Diff</summary>
```
```
</details>
<details>
<summary>Spiritnet Diff</summary>
```
```
</details>
## Checklist:
- [ ] I have verified that the code works
- [ ] No panics! (checked arithmetic ops, no indexing `array[3]` use
`get(3)`, ...)
- [ ] I have verified that the code is easy to understand
- [ ] If not, I have left a well-balanced amount of inline comments
- [ ] I have [left the code in a better
state](https://deviq.com/principles/boy-scout-rule)
- [ ] I have documented the changes (where applicable)
* Either PR or Ticket to update [the
Docs](https://github.com/KILTprotocol/docs)
* Link the PR/Ticket here
Co-authored-by: Adel Golghalyani <48685760+Ad96el@users.noreply.github.com>
0 commit comments