Skip to content

Commit

Permalink
rusk: remove MINIMUM_STAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia authored and moCello committed Aug 5, 2024
1 parent 5bf1ad7 commit 057ed7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions rusk/src/lib/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ use rusk_abi::VM;

use crate::http::RuesEvent;

pub const MINIMUM_STAKE: Dusk = dusk(1000.0);

#[derive(Debug, Clone, Copy)]
pub struct RuskTip {
pub current: [u8; 32],
Expand Down
2 changes: 1 addition & 1 deletion rusk/tests/services/stake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use std::path::Path;
use std::sync::{Arc, RwLock};

use execution_core::stake::MINIMUM_STAKE;
use execution_core::{
dusk,
signatures::bls::PublicKey as BlsPublicKey,
Expand All @@ -15,7 +16,6 @@ use execution_core::{
};
use rand::prelude::*;
use rand::rngs::StdRng;
use rusk::node::MINIMUM_STAKE;
use rusk::{Result, Rusk};
use std::collections::HashMap;
use tempfile::tempdir;
Expand Down

0 comments on commit 057ed7d

Please sign in to comment.