Add encrypt and password to symmetric key hash in postgres package
This commit is contained in:
parent
aa1d39ea40
commit
36ffad1202
@ -52,7 +52,7 @@ class TestDatabase(unittest.TestCase):
|
|||||||
|
|
||||||
|
|
||||||
def test_get_key(self):
|
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()))
|
logg.info('pk {}'.format(pk.hex()))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user