Fix typo in wasm-client x25519 keypair storage key (#3463)

This commit is contained in:
Jędrzej Stuczyński
2023-05-29 11:05:05 +01:00
committed by GitHub
parent b5c8b69547
commit 273a741cdf
+1 -1
View File
@@ -31,7 +31,7 @@ mod v1 {
pub const GATEWAY_CONFIG: &str = "gateway_config";
pub const ED25519_IDENTITY_KEYPAIR: &str = "ed25519_identity_keypair";
pub const X25519_ENCRYPTION_KEYPAIR: &str = "x25519_encryption_key";
pub const X25519_ENCRYPTION_KEYPAIR: &str = "x25519_encryption_keypair";
// TODO: for those we could actually use the subtle crypto storage
pub const AES128CTR_ACK_KEY: &str = "aes128ctr_ack_key";