diff --git a/src/libWiiPy/title/cert.py b/src/libWiiPy/title/cert.py index e0cdb24..e38cb1f 100644 --- a/src/libWiiPy/title/cert.py +++ b/src/libWiiPy/title/cert.py @@ -212,7 +212,8 @@ class CertificateChain: def verify_ca_cert(ca_cert: Certificate) -> bool: """ - Verify a Wii CA certificate using the root public key. + Verify a Wii CA certificate using the root public key. The retail or development root key will be automatically + selected based off of the name of the CA certificate provided. Parameters ----------