Skip to content

Commit

Permalink
reverting to Nuno's change
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Oct 27, 2023
1 parent 196e587 commit 7c08e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/block-rewards/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use sp_runtime::traits::BadOrigin;
use super::*;
use crate::mock::*;

const REWARD: u128 = 100 + crate::mock::ExistentialDeposit::get();
const REWARD: u128 = 100 * crate::mock::ExistentialDeposit::get();

#[test]
fn check_special_privileges() {
Expand Down

0 comments on commit 7c08e3d

Please sign in to comment.