mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
xmr: misc fixes
This commit is contained in:
parent
3d3941081e
commit
de070a3986
1 changed files with 1 additions and 4 deletions
|
@ -65,10 +65,6 @@ impl AtomicUnit {
|
||||||
self.0
|
self.0
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn to_string(self) -> String {
|
|
||||||
self.0.to_string()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn sum_vec(vec: &Vec<Self>) -> Self {
|
pub fn sum_vec(vec: &Vec<Self>) -> Self {
|
||||||
let mut sum = 0;
|
let mut sum = 0;
|
||||||
for int in vec {
|
for int in vec {
|
||||||
|
@ -400,6 +396,7 @@ r#"2022-09-08 18:42:55.4636 | 0.001000000000 XMR | Block 2,654,321
|
||||||
]);
|
]);
|
||||||
println!("OG: {:#?}", payout_ord);
|
println!("OG: {:#?}", payout_ord);
|
||||||
|
|
||||||
|
#[allow(clippy::never_loop)]
|
||||||
for (_, atomic_unit, _) in payout_ord.rev_iter() {
|
for (_, atomic_unit, _) in payout_ord.rev_iter() {
|
||||||
if atomic_unit.to_u64() == 3000000000 {
|
if atomic_unit.to_u64() == 3000000000 {
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue