Commit 7af4f631 authored by chren's avatar chren

fix proper comments

parent 05b7126a
......@@ -75,7 +75,7 @@ def decryptEntryValue(nonce, val):
data = data + decryptor.finalize()
return json.loads(data)
# decrypt give entry nonce
# Decrypt give entry nonce
def getDecryptedNonce(entry):
print
print 'Waiting for TREZOR input ...'
......@@ -91,7 +91,7 @@ def getDecryptedNonce(entry):
))
return decrypted_nonce
# pretty print of list
# Pretty print of list
def printEntries(entries):
print 'Password entries'
print '================'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment