dashevo / js-dpp

DEPRECATED The JavaScript implementation of the Dash Platform Protocol
MIT License
8 stars 8 forks source link

fix: DPNS contract and owner ID envs are strings #267

Closed shumkov closed 4 years ago

shumkov commented 4 years ago

Issue being fixed or feature implemented

DPNS contract ID and owner ID accepted from envs as stings and comparing with Buffers so data triggers never applied to DPNS contract documents.

What was done?

How Has This Been Tested?

With tests

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only