diff --git a/waku/waku_keystore/keystore.nim b/waku/waku_keystore/keystore.nim index 23dd43e23..d79844b08 100644 --- a/waku/waku_keystore/keystore.nim +++ b/waku/waku_keystore/keystore.nim @@ -218,7 +218,8 @@ proc getMembershipCredentials*( return err( AppKeystoreError( kind: KeystoreCredentialNotFoundError, - msg: "Credential not found in keystore", + msg: + "Credential not found in keystore. There are multiple credentials in this keystore, please check if you have used the correct parameters.", ) ) keystoreCredential = keystoreCredentials[key]