mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 15:11:07 +00:00
Exchanges: Remove WalletAddress (#1882)
* Exchanges: Remove cancel order walletAddress * Order: Refactor TestMatchFilter TestMatchFilter had inconsistent testing of empty values, and was painful when a field was removed due to index methodology. This should provide equal test clarity, but improve maintainability and improve coverage on empty values.
This commit is contained in:
@@ -4948,9 +4948,6 @@
|
||||
"assetType": {
|
||||
"type": "string"
|
||||
},
|
||||
"walletAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"side": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -4986,9 +4983,6 @@
|
||||
"assetType": {
|
||||
"type": "string"
|
||||
},
|
||||
"walletAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"side": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user