Skip to content

Commit

Permalink
fix: fix miner base unit (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqaljn authored Feb 2, 2024
1 parent 7b8531b commit da130e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/sminer/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ pub(super) const IDLE_PUNI_MUTI: Perbill = Perbill::from_percent(10);

pub(super) const SERVICE_PUNI_MUTI: Perbill = Perbill::from_percent(5);

pub(super) const BASE_UNIT: u128 = 4_000_000_000_000_000;
pub(super) const BASE_UNIT: u128 = 4_000_000_000_000_000_000_000;
2 changes: 1 addition & 1 deletion standalone/chain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 101,
spec_version: 102,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit da130e0

Please sign in to comment.