LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

Not all ethereum nodes will return a message with why something reverted #116

Closed wilwade closed 3 years ago

wilwade commented 3 years ago

Problem

OpenEthereum can be configured to not return the revert error message which tripped up the resolveRegistration code testing for it.

Solution

Removed the check for the error message

with @amparks100

Double Checks:

Change summary: