From 9562534557a971ef05e190514532ce72821b6f98 Mon Sep 17 00:00:00 2001 From: Jake Urban <10968980+JakeUrban@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:01:51 -0800 Subject: [PATCH] Update txnbuild/transaction.go Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> --- txnbuild/transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txnbuild/transaction.go b/txnbuild/transaction.go index 6c5e07ec21..d4e5c0fd6f 100644 --- a/txnbuild/transaction.go +++ b/txnbuild/transaction.go @@ -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) {