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

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()))