dashevo / js-dapi-client

DEPRECATED JavaScript client library used to access Dash DAPI endpoints
https://dashevo.github.io/platform/DAPI-Client/
MIT License
10 stars 9 forks source link

fix: invalid error message #286

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

createGrpcTransportError contained invalid error message GetTransactionResponse throwed an error if block hash was empty

What was done?

fixed createGrpcTransportError and GetTransactionResponse

How Has This Been Tested?

With platform test suite

Breaking Changes

No

Checklist:

For repository code-owners and collaborators only