diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-28 20:44:18 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-28 21:31:54 +0200 |
commit | 5fd7ee6eedbd86593c5ffbaea9e183367cf068e0 (patch) | |
tree | b9e5dfd9b18c235c7267d5b830a16db352ce2b74 /src/leap | |
parent | 353d7d43c7c092414e33f5cdc48ca579a01a7e9c (diff) |
[docs] fix the docstring since the implementation does not sign yet
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/keymanager/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/keymanager/__init__.py b/src/leap/bitmask/keymanager/__init__.py index 5a76761a..2dd0d336 100644 --- a/src/leap/bitmask/keymanager/__init__.py +++ b/src/leap/bitmask/keymanager/__init__.py @@ -165,7 +165,7 @@ class KeyManager(object): """ Send user's key to provider. - Public key bound to user's is sent to provider, which will sign it and + Public key bound to user's is sent to provider, which will replace any prior keys for the same address in its database. :return: A Deferred which fires when the key is sent, or which fails |