mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 15:11:03 +00:00
Split up common.go, file path fixes and much more
This commit is contained in:
@@ -684,7 +684,7 @@ func (l *LocalBitcoins) SendAuthenticatedHTTPRequest(method, path string, params
|
||||
headers := make(map[string]string)
|
||||
headers["Apiauth-Key"] = l.API.Credentials.Key
|
||||
headers["Apiauth-Nonce"] = n
|
||||
headers["Apiauth-Signature"] = common.StringToUpper(crypto.HexEncodeToString(hmac))
|
||||
headers["Apiauth-Signature"] = strings.ToUpper(crypto.HexEncodeToString(hmac))
|
||||
headers["Content-Type"] = "application/x-www-form-urlencoded"
|
||||
|
||||
if l.Verbose {
|
||||
|
||||
Reference in New Issue
Block a user