dashevo / js-dpp

DEPRECATED The JavaScript implementation of the Dash Platform Protocol
MIT License
8 stars 8 forks source link

fix: BLS was throwing an error inside `uncaughtException` handler #293

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

BLS library was throwing an error inside of the uncaughtException handler causing a Node process crash.

What was done?

How Has This Been Tested?

Local runs

Breaking Changes

None.

Checklist:

For repository code-owners and collaborators only