Cleanup unused errors & events in lease coordination pallets (#3174)

* Cleanup unused errors & events in lease cordination modules

* Spelling
This commit is contained in:
Zeke Mostov
2021-06-03 21:01:30 -07:00
committed by GitHub
parent 5fcf3e0cea
commit 127771ba38
4 changed files with 4 additions and 36 deletions
@@ -155,8 +155,6 @@ pub mod pallet {
CannotUpgrade,
/// Para is locked from manipulation by the manager. Must use parachain or relay chain governance.
ParaLocked,
/// The id you are trying to register is reserved for system parachains.
InvalidParaId,
/// The ID given for registration has not been reserved.
NotReserved,
}