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: unhandled promise rejection warning #213

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

There were lots of unhandled promise rejection warnings during the tests

What was done?

In broadcastStateTransition method the order of methods waitForStateTransitionResult and broadcastStateTransition was changed.

How Has This Been Tested?

With platform test suite

Breaking Changes

No

Checklist:

For repository code-owners and collaborators only