mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
[Staking] Not allow reap stash for virtual stakers (#4311)
Related to https://github.com/paritytech/polkadot-sdk/pull/3905. Since virtual stakers does not have a real balance, they should not be allowed to be reaped. The proper reaping for agents slashed will be done in a separate PR.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
title: Not allow reap stash for virtual stakers.
|
||||
|
||||
doc:
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
Add guards to staking dispathables to prevent virtual stakers to be reaped.
|
||||
|
||||
crates:
|
||||
- name: pallet-staking
|
||||
Reference in New Issue
Block a user