diff --git a/test_client/test_client.py b/test_client/test_client.py index b5983be..5f74e66 100755 --- a/test_client/test_client.py +++ b/test_client/test_client.py @@ -16,7 +16,7 @@ def wallet_state_sequence(wallet_state): def create_login_password(root_password): return hashlib.sha256(root_password.encode('utf-8')).hexdigest()[:32] -# TODO - do this correctly +# TODO - actually the SDK will do this for now def create_encryption_key(root_password): return hashlib.sha256(root_password.encode('utf-8')).hexdigest()[32:]