issues
search
tangle-network
/
tangle
The Layer 1 blockchain for on-demand services.
https://www.tangle.tools/
GNU General Public License v3.0
51
stars
25
forks
source link
fix: handle type checking for optionals
#826
Closed
Serial-ATA
closed
1 week ago
Serial-ATA
commented
1 week ago
Summary of changes
Changes introduced in this pull request:
An optional field of any value other than
None
would fail type checking. Now it gets compared to
None
or
the type of the optional.
Summary of changes Changes introduced in this pull request:
None
would fail type checking. Now it gets compared toNone
or the type of the optional.