mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-08-26 19:00:26 +00:00
fixed typo
This commit is contained in:
@@ -8,7 +8,7 @@ public enum IotaUnits {
|
||||
KILO_IOTA("Ki", 3),
|
||||
MEGA_IOTA("Mi", 6),
|
||||
GIGA_IOTA("Gi", 9),
|
||||
TERRA_IOTA("Ti", 12),
|
||||
TERA_IOTA("Ti", 12),
|
||||
PETA_IOTA("Pi", 15);
|
||||
|
||||
private String unit;
|
||||
|
||||
Reference in New Issue
Block a user