Skip to content

Commit

Permalink
chore(deps): update method call name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgosek-4chain committed Nov 7, 2024
1 parent 2ef4bc9 commit 5286686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func createSignatureAccessKey(privateKeyHex, bodyString string) (payload *models

// Get the AccessKey
payload = new(models.AuthPayload)
payload.AccessKey = hex.EncodeToString(publicKey.SerializeCompressed())
payload.AccessKey = hex.EncodeToString(publicKey.Compressed())

// auth_nonce is a random unique string to seed the signing message
// this can be checked server side to make sure the request is not being replayed
Expand Down

0 comments on commit 5286686

Please sign in to comment.