Skip to content

Commit

Permalink
graphql-server: Update eip4361 abnf spelling for LikeCoin
Browse files Browse the repository at this point in the history
refs #328
  • Loading branch information
hochiw committed Aug 1, 2022
1 parent e9a4a0a commit 4372e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql-server/pkg/abnf/eip4361.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (

// https://eips.ethereum.org/EIPS/eip-4361

// domain %s" wants you to sign in with your Likecoin account:" LF
// domain %s" wants you to sign in with your LikeCoin account:" LF
// address LF
// LF
// [ statement LF ]
Expand All @@ -36,7 +36,7 @@ const (
// resources ]
func AuthenticationMessage() abnf.Rule {
return abnf.C(
abnf.K(Authority(), AuthorityFQDN), abnf.SP(), abnf.VS("wants you to sign in with your Likecoin account:"), abnf.LF(),
abnf.K(Authority(), AuthorityFQDN), abnf.SP(), abnf.VS("wants you to sign in with your LikeCoin account:"), abnf.LF(),
abnf.K(_address(), AddressFQDN), abnf.LF(),
abnf.LF(),
abnf.O(abnf.C(abnf.K(_statement(), StatementFQDN), abnf.LF())),
Expand Down

0 comments on commit 4372e7e

Please sign in to comment.