Skip to content

Commit

Permalink
Update satellite/payments/coinpayments/utils.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Ivan Fraixedes <ifcdev@gmail.com>
  • Loading branch information
rikysya and ifraixedes committed Oct 17, 2019
1 parent 1b67648 commit 7a7aab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satellite/payments/coinpayments/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var ErrNoAuthorizationKey = Error.New("no authorization key")

// GetTransacationKeyFromURL parses provided raw url string
// and extracts authorization key from it. Returns ErrNoAuthorizationKey if
// there is no authorization key.
// there is no authorization key and error if rawurl cannot be parsed.
func GetTransacationKeyFromURL(rawurl string) (string, error) {
u, err := url.Parse(rawurl)
if err != nil {
Expand Down

0 comments on commit 7a7aab6

Please sign in to comment.