iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

getTrytes API: add null to response list of tvm is null #1773

Closed acha-bill closed 4 years ago

acha-bill commented 4 years ago

Description

If the tvm for a hash supplied during getTrytes api call is null, put null in the response instead of returning a shorter list.

Fixes #965

Type of change

How Has This Been Tested?

Unit tests pass

Checklist:

Please delete items that are not relevant.