parent
7abe23b9f3
commit
80adc08860
|
@ -15,7 +15,7 @@ impl Units {
|
||||||
match self {
|
match self {
|
||||||
Units::Ether => 18,
|
Units::Ether => 18,
|
||||||
Units::Gwei => 9,
|
Units::Gwei => 9,
|
||||||
Units::Wei => 1,
|
Units::Wei => 0,
|
||||||
Units::Other(inner) => *inner,
|
Units::Other(inner) => *inner,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue