Skip to content

Commit 26c5bfb

Browse files
authored
update: the total amount of tap issuance (#447)
1 parent bf9212c commit 26c5bfb

File tree

1 file changed

+2
-2
lines changed
  • standalone/chain/runtime/src

1 file changed

+2
-2
lines changed

standalone/chain/runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
// and set impl_version to 0. If only runtime
156156
// implementation changes and behavior does not, then leave spec_version as
157157
// is and increment impl_version.
158-
spec_version: 131,
158+
spec_version: 132,
159159
impl_version: 0,
160160
apis: RUNTIME_API_VERSIONS,
161161
transaction_version: 1,
@@ -1702,7 +1702,7 @@ parameter_types! {
17021702
pub const FaucetId: PalletId = PalletId(*b"facuetid");
17031703
#[derive(Clone, Eq, PartialEq)]
17041704
pub const StakingLockBlock: BlockNumber = DAYS * 180;
1705-
pub const MaximumRelease: u128 = 5_000_000_000_000_000_000_000_000;
1705+
pub const MaximumRelease: u128 = 5_000_000_000_000_000_000_000_000_000;
17061706
}
17071707

17081708
impl pallet_sminer::Config for Runtime {

0 commit comments

Comments
 (0)