Skip to content

Commit

Permalink
FIX Increased block reward for ipci collators to 1% of total issuance…
Browse files Browse the repository at this point in the history
… per year. (airalab#353)
  • Loading branch information
Pavel Sheremetev authored May 29, 2023
1 parent e1bf908 commit b50d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/ipci/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ impl pallet_robonomics_datalog::Config for Runtime {
}

parameter_types! {
pub const BlockReward: Balance = 380_520;
pub const BlockReward: Balance = 37_347_570_995;
}

impl pallet_robonomics_lighthouse::Config for Runtime {
Expand Down

0 comments on commit b50d818

Please sign in to comment.