mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 07:26:47 +00:00
FTX: Add REST subaccount support (#653)
* FTX: Add REST API subaccount support * Add API key check to GetSubaccounts * Fix missing comment and expand to rest of the codebase * Address glorious nits * Address various nits * Fix ZB typo https://www.zb.com/api#hsptccieyyqomlp
This commit is contained in:
@@ -1672,7 +1672,7 @@ func TestOrderBookPartialChecksumCalculator(t *testing.T) {
|
||||
|
||||
calculatedChecksum := o.CalculatePartialOrderbookChecksum(&dataResponse)
|
||||
if calculatedChecksum != dataResponse.Checksum {
|
||||
t.Errorf("Expected %v, Receieved %v", dataResponse.Checksum, calculatedChecksum)
|
||||
t.Errorf("Expected %v, received %v", dataResponse.Checksum, calculatedChecksum)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user