You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
todofixthis
changed the title
TryteString.random() should use self.LEN as its default length
TryteString.random() should use cls.LEN as its default length, when available
Mar 7, 2018
When calling a class'
random()
method, thelength
parameter should only be required if the class has noLEN
attribute.Example:
The text was updated successfully, but these errors were encountered: