Skip to content

Commit

Permalink
Release koi-6657
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
AurevoirXavier committed Aug 27, 2024
1 parent 8cb0e95 commit 4e29d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallet/deposit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ pub mod pallet {
} else {
to_migrate.0 += d.value;
to_migrate.1.push(d.id);
to_migrate.2.push((d.value, d.start_time, d.expired_time));
to_migrate.2.push((d.value, d.start_time / 1_000, d.expired_time / 1_000));
}
}

Expand Down
2 changes: 1 addition & 1 deletion runtime/koi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Darwinia Koi"),
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
authoring_version: 0,
spec_version: 6_6_5_6,
spec_version: 6_6_5_7,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down

0 comments on commit 4e29d7d

Please sign in to comment.