From c0944a484ad84098ccb15e1dd986809c84330740 Mon Sep 17 00:00:00 2001 From: yooml Date: Fri, 31 May 2024 15:21:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Week?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/bifrost-polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/bifrost-polkadot/src/lib.rs b/runtime/bifrost-polkadot/src/lib.rs index feda75d0f..f82079b27 100644 --- a/runtime/bifrost-polkadot/src/lib.rs +++ b/runtime/bifrost-polkadot/src/lib.rs @@ -1483,7 +1483,7 @@ impl bifrost_vtoken_minting::Config for Runtime { parameter_types! { pub const VeMintingTokenType: CurrencyId = CurrencyId::VToken(TokenSymbol::BNC); - pub const Week: BlockNumber = prod_or_fast!(WEEKS, 10);; + pub const Week: BlockNumber = prod_or_fast!(WEEKS, 10); pub const MaxBlock: BlockNumber = 4 * 365 * DAYS; pub const Multiplier: Balance = 10_u128.pow(12); pub const VoteWeightMultiplier: Balance = 1;