dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
36 stars 21 forks source link

fix: add some handler for metadata error #216

Closed antouhou closed 3 years ago

antouhou commented 3 years ago

Issue being fixed or feature implemented

Showing better error message for a case when error.metadata doesn't have get method

What was done?

Added a check if there's no get method on error metadata

How Has This Been Tested?

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only