Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Incorrect return value from trits_from_int(0) #49

@todofixthis

Description

@todofixthis
trits = iota.trits_from_int(0)
print trits
> []

normal print:

trits = iota.trits_from_int(1)
print trits
> [1]

So I would expect:

trits = iota.trits_from_int(0)
print trits
> [0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions