nothing-unencr
quadrismegistus 4 years ago
parent 9d40a59d03
commit b6b6cf0b81

@ -224,6 +224,8 @@ class Operator(Keymaker):
self.log('data2',data)
# split
self.log('BSEP count',data.count(BSEP))
self.log(datat.split(BSEP))
assert data.count(BSEP) == 3
(
unencr_header, # Tele.pubkey_encr|Op.pubkey_decr

Loading…
Cancel
Save