mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-13 00:09:52 -05:00
test arbitration protocol refactor
test all (online) trade combinations with disputes test added dispute states print trade context and index on failure improve caching to reduce calls to getBalances() local test network uses daemon at 48081 by default various cleanup
This commit is contained in:
parent
796f14c9ef
commit
7b447022e6
File diff suppressed because it is too large
Load Diff
@ -1467,7 +1467,7 @@ export default class HavenoClient {
|
||||
|
||||
/**
|
||||
* Resolve a dispute. By default, the winner receives the trade amount and the security deposits are returned,
|
||||
* but the arbitrator may award a custom amount to the winner.
|
||||
* but the arbitrator may award a custom amount to the winner and the loser will get the rest.
|
||||
*
|
||||
* @param {string} tradeId - the id of the trade
|
||||
* @param {DisputeResult.Winner} winner - the winner of the dispute
|
||||
|
Loading…
Reference in New Issue
Block a user