stake: Remove disused test helper function
This commit is contained in:
parent
8e73187990
commit
6b9a019c0a
|
@ -3614,16 +3614,6 @@ mod tests {
|
||||||
..Stake::default()
|
..Stake::default()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn just_bootstrap_stake(stake: u64) -> Self {
|
|
||||||
Self {
|
|
||||||
delegation: Delegation {
|
|
||||||
stake,
|
|
||||||
activation_epoch: std::u64::MAX,
|
|
||||||
..Delegation::default()
|
|
||||||
},
|
|
||||||
..Stake::default()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in New Issue