Skip to content

Commit

Permalink
Update txnbuild/transaction.go
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
  • Loading branch information
JakeUrban and leighmcculloch authored Jan 25, 2023
1 parent ebe0f2a commit 9562534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txnbuild/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ func generateRandomNonce(n int) ([]byte, error) {
// - VerifyChallengeTxThreshold
// - VerifyChallengeTxSigners
//
// The returned clientAccountID may be a Stellar account or Muxed account address. If
// The returned clientAccountID may be a Stellar account (G...) or Muxed account (M...) address. If
// the address is muxed, or if the memo returned is non-nil, the challenge transaction
// is being used to authenticate a user of a shared Stellar account.
func ReadChallengeTx(challengeTx, serverAccountID, network, webAuthDomain string, homeDomains []string) (tx *Transaction, clientAccountID string, matchedHomeDomain string, memo Memo, err error) {
Expand Down

0 comments on commit 9562534

Please sign in to comment.