dsnpBatchFilter() in sdk/core/contracts/publisher fails to output the correct result for AnnouncementType.Tombstone due to JavaScript type coercion nonsense
#178901784
Solution
Changed dsnpBatchFilter() to work properly for AnnouncementType.Tombstone.
Change summary:
Changed condition in dsnpBatchFilter() to check undefined instead of falsey-ness
Problem
dsnpBatchFilter()
insdk/core/contracts/publisher
fails to output the correct result forAnnouncementType.Tombstone
due to JavaScript type coercion nonsense #178901784Solution
Changed
dsnpBatchFilter()
to work properly forAnnouncementType.Tombstone
.Change summary:
dsnpBatchFilter()
to check undefined instead of falsey-ness