refactor: rename accounts storage file

This commit is contained in:
Fernandez Ludovic 2026-01-24 04:54:07 +01:00
commit 7cc9427e99
3 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ func (a *Account) GetEmail() string {
return a.Email
}
// GetPrivateKey returns the private RSA account key.
// GetPrivateKey returns the private account key.
func (a *Account) GetPrivateKey() crypto.PrivateKey {
return a.key
}