From 4f1c2fe6c38d727f70bfdf7edf99fd09aacce99d Mon Sep 17 00:00:00 2001 From: ytqaljn <2716693942@qq.com> Date: Wed, 28 May 2025 10:09:14 +0800 Subject: [PATCH] update: the total amount of tap issuance --- standalone/chain/runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone/chain/runtime/src/lib.rs b/standalone/chain/runtime/src/lib.rs index 7deab906..04d87145 100644 --- a/standalone/chain/runtime/src/lib.rs +++ b/standalone/chain/runtime/src/lib.rs @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 131, + spec_version: 132, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -1702,7 +1702,7 @@ parameter_types! { pub const FaucetId: PalletId = PalletId(*b"facuetid"); #[derive(Clone, Eq, PartialEq)] pub const StakingLockBlock: BlockNumber = DAYS * 180; - pub const MaximumRelease: u128 = 5_000_000_000_000_000_000_000_000; + pub const MaximumRelease: u128 = 5_000_000_000_000_000_000_000_000_000; } impl pallet_sminer::Config for Runtime {