dashevo / dapi

DEPRECATED A decentralized API for the Dash network
MIT License
17 stars 11 forks source link

fix: `getStatus` wrong hashes serialization #362

Closed antouhou closed 3 years ago

antouhou commented 3 years ago

Issue being fixed or feature implemented

Hashes in getStatus response being serialized the wrong way

What was done?

Added proper conversion to binary

How Has This Been Tested?

Modified existing test to ensure that fields that supposed to be binaries are binaries

Breaking Changes

Checklist:

For repository code-owners and collaborators only