-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add flair field in response * add flair field in response (avoid duplication) * add wdraw and bdraw missing fields * make the w/bdraw offer draw at the same time * add example false value for future wdraw/bdraw
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ | |
"btime": 8395220, | ||
"winc": 10000, | ||
"binc": 10000, | ||
"wdraw": false, | ||
"bdraw": false, | ||
"status": "started" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,7 @@ | |
"btime": 8395220, | ||
"winc": 10000, | ||
"binc": 10000, | ||
"wdraw": false, | ||
"bdraw": false, | ||
"status": "started" | ||
} |