mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 18:37:59 +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
@@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("kusama"),
|
||||
impl_name: create_runtime_str!("parity-kusama"),
|
||||
authoring_version: 2,
|
||||
spec_version: 1023,
|
||||
spec_version: 1024,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user