Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yxf committed May 7, 2021
1 parent f8d5cd6 commit ac60ae7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions bin/service/res/fuxi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion runtime/fuxi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ parameter_types! {
pub const RewardThreshold: Balance = 30 * (BlocksPerDay::get() as Balance) * MiningRewardPerBlock::get();
pub const StakingRewardPerBlock: Balance = 1 * UART;
pub const AmpFactor: Balance = 1e12 as Balance;
pub const BlocksPerYear: u32 = 10; //365 * BlocksPerDay::get();
pub const BlocksPerYear: u32 = 365 * BlocksPerDay::get();
pub const MiningCap: Balance = 150_000_000 * UART;
}

Expand Down

0 comments on commit ac60ae7

Please sign in to comment.