mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Adding vesting logic to claims (#637)
* Adding vesting logic to claims * Add genesis * Update runtime/src/claims.rs Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com> * Bump spec * Update runtime/src/claims.rs
This commit is contained in:
committed by
Gavin Wood
parent
675ca2e258
commit
b637a77249
@@ -199,6 +199,7 @@ fn staging_testnet_config_genesis() -> GenesisConfig {
|
||||
}),
|
||||
claims: Some(ClaimsConfig {
|
||||
claims: vec![],
|
||||
vesting: vec![],
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -338,6 +339,7 @@ pub fn testnet_genesis(
|
||||
}),
|
||||
claims: Some(ClaimsConfig {
|
||||
claims: vec![],
|
||||
vesting: vec![],
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user