From 2af564324373fbf04a1baf8fa4726ee09bb3cf10 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 31 Oct 2018 19:37:19 +0000 Subject: [PATCH] Clarify comment --- src/crypto/recoverykey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/recoverykey.js b/src/crypto/recoverykey.js index c9ff75f21..d4d949f42 100644 --- a/src/crypto/recoverykey.js +++ b/src/crypto/recoverykey.js @@ -17,7 +17,7 @@ limitations under the License. import bs58 from 'bs58'; // picked arbitrarily but to try & avoid clashing with any bitcoin ones -// (also base58 encoded, albeit with a lot of hashing) +// (which are also base58 encoded, but bitcoin's involve a lot more hashing) const OLM_RECOVERY_KEY_PREFIX = [0x8B, 0x01]; export function encodeRecoveryKey(key) {