From f03f1cfc29a4309084916f0d91b8428c541033f3 Mon Sep 17 00:00:00 2001 From: Bob Liu Date: Thu, 12 May 2022 12:02:56 +0800 Subject: [PATCH] fix: hotfix collator state (#578) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90165cd74..5368d113a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7006,7 +7006,7 @@ dependencies = [ [[package]] name = "parachain-staking" version = "3.0.1" -source = "git+https://github.com/bifrost-finance/parachain-staking?rev=a260296833405403c2b532180592c4fcec01ca56#a260296833405403c2b532180592c4fcec01ca56" +source = "git+https://github.com/bifrost-finance/parachain-staking?rev=6b4ca3a1f091b738014ebaba653eccaebd85550e#6b4ca3a1f091b738014ebaba653eccaebd85550e" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/Cargo.toml b/Cargo.toml index 4c6e0594b..f37e8ac96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,4 +106,4 @@ orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-l orml-unknown-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "238828ac2bafe498a2a071317639e9404d6f6994" } orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "238828ac2bafe498a2a071317639e9404d6f6994" } orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "238828ac2bafe498a2a071317639e9404d6f6994" } -parachain-staking = { git = "https://github.com/bifrost-finance/parachain-staking", rev = "a260296833405403c2b532180592c4fcec01ca56" } +parachain-staking = { git = "https://github.com/bifrost-finance/parachain-staking", rev = "6b4ca3a1f091b738014ebaba653eccaebd85550e" }