Add encrypt and password to symmetric key hash in postgres package

This commit is contained in:
nolash 2020-08-05 19:48:58 +02:00
parent aa1d39ea40
commit 36ffad1202
Signed by: lash
GPG Key ID: 93EC1C676274C889
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class TestDatabase(unittest.TestCase):
def test_get_key(self):
pk = self.db.get(self.address_hex)
pk = self.db.get(self.address_hex, 'foo')
logg.info('pk {}'.format(pk.hex()))