From 291133beb9ef959b3734667f48dbc61efe3f24ef Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Nov 2019 11:56:35 +0000 Subject: [PATCH] Fix comment --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 6a7e116eb..b9ab20037 100644 --- a/src/client.js +++ b/src/client.js @@ -1442,7 +1442,7 @@ MatrixClient.prototype.createKeyBackupVersion = async function(info) { await this._crypto._signObject(data.auth_data); if (this._crypto._crossSigningInfo.getId()) { - // now also sign the auth data with the SSK + // now also sign the auth data with the master key await this._crypto._crossSigningInfo.signObject(data.auth_data, "master"); }