diff --git a/secp256k1/keys.go b/secp256k1/keys.go index 79c5b16..40fae71 100644 --- a/secp256k1/keys.go +++ b/secp256k1/keys.go @@ -197,7 +197,7 @@ func (k *PrivateKey) Address() ids.ShortID { } // EVMAddress returns the 20-byte account address used by EVM-runtime -// chains (Lux C-Chain, Polygon, BSC, Partner EVM, Hanzo EVM, etc.). +// chains (Lux C-Chain, Polygon, BSC, downstream EVM L1s, Hanzo EVM, etc.). // Internally derived as the last 20 bytes of Keccak256(uncompressed_pubkey). // // Naming note: the method is named by what the value IS — a 20-byte