You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require(acceptingSolutions(batchId), "Solutions are no longer accepted for this batch");
This revert message is a little confusing because doesn't tell apart between "this batch is old", "this batch is in the future" and maybe "this batch is the current batch but it's already after the fourth minute"
It would be easier for other developers if the error would be explicit
The text was updated successfully, but these errors were encountered:
dex-contracts/contracts/BatchExchange.sol
Line 319 in bcf94f7
This revert message is a little confusing because doesn't tell apart between "this batch is old", "this batch is in the future" and maybe "this batch is the current batch but it's already after the fourth minute"
It would be easier for other developers if the error would be explicit
The text was updated successfully, but these errors were encountered: