Parachain Onboarding Extras (#2713)

* clear_lease

* schedule upgrade and downgrade

* fix compile

* comments
This commit is contained in:
Shawn Tabrizi
2021-03-26 22:41:07 +01:00
committed by GitHub
parent 5b363358b8
commit 67e95d1b8e
3 changed files with 114 additions and 2 deletions
+1
View File
@@ -78,6 +78,7 @@ pub trait Registrar {
}
/// Error type for something that went wrong with leasing.
#[derive(Debug)]
pub enum LeaseError {
/// Unable to reserve the funds in the leaser's account.
ReserveFailed,