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: createConsensusError can be called with empty arguments #273

Closed shuplenkov closed 2 years ago

shuplenkov commented 2 years ago

Issue being fixed or feature implemented

Since we are using new error codes, we need to update dapi-client and wallet-lib

What was done?

Updated dapi-client and wallet-lib

How Has This Been Tested?

With tests

Breaking Changes

Checklist:

For repository code-owners and collaborators only