mangrove.js icon indicating copy to clipboard operation
mangrove.js copied to clipboard

`new[Ask|Bid]` produces an error when `newOffer` fails on Mangrove

Open jkrivine opened this issue 2 years ago • 1 comments

Describe the bug newAsk/Bid does not forward Mangrove's error when newOffer fails on Mangrove. Instead it returns:

Uncaught { revert: false, exception: 'tx mined but filter never returned true' }

I suspects this is likely to happen on all API function that await for a specific event emitted by Mangrove.

jkrivine avatar Jul 15 '22 13:07 jkrivine