OpenBazaar / openbazaar-go

OpenBazaar 2.0 Server Daemon in Go
MIT License
992 stars 284 forks source link

Unable to close dispute when moderator fee exceeds transaction amount #1516

Open placer14 opened 5 years ago

placer14 commented 5 years ago

I was able to produce a sufficiently small transaction with a moderator whose fee was larger than the initial transaction amount. When the already opened dispute was being resolved by the moderator, the following error occurred:

{
    "success": false,
    "reason": "fixed moderator fee exceeds transaction amount"
}

Possible solutions:

cpacia commented 5 years ago

This sounds like it's working as intended and blocking the release of funds in a situation when it can't. Since the moderator can change his fee structure at any time, he could reduce his fee and complete the dispute resolution.