Fix a typo in README (#154)

This commit is contained in:
githuu5y5u 2023-02-04 13:57:43 +08:00 committed by GitHub
parent d5cdf5dbe1
commit 186c87f6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,7 +191,7 @@ func (e *FakeDelegatedCredentialsExtension) Read(b []byte) (n int, err error) {
}
// Extension type
appendUint16(fakeDelegatedCredentials)
appendUint16(FakeDelegatedCredentials)
algosLength := 2 * len(e.SignatureAlgorithms)