mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2025-10-16 11:45:37 +00:00
cleanup
This commit is contained in:
parent
ba0d5bbbc3
commit
3650407eb9
@ -166,7 +166,7 @@ public class Converter {
|
||||
**/
|
||||
public static int[] trits(final String trytes) {
|
||||
final List<Integer> trits = new LinkedList<>();
|
||||
if (trytes.length() < 20 && InputValidator.isValue(trytes)) {
|
||||
if (InputValidator.isValue(trytes)) {
|
||||
|
||||
long value = Long.parseLong(trytes);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user