mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-24 15:25:31 -04:00
add missing comma
This commit is contained in:
parent
032e528cd6
commit
6486100db7
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ interface TradeContext {
|
|||
disputeWinner?: DisputeResult.Winner,
|
||||
disputeReason?: DisputeResult.Reason,
|
||||
disputeSummary?: string,
|
||||
disputeWinnerAmount?: bigint
|
||||
disputeWinnerAmount?: bigint,
|
||||
|
||||
// other context
|
||||
offer?: OfferInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue