quick fix

This commit is contained in:
Johnathan Ross 2021-06-11 20:46:28 +10:00
parent d1c2d23270
commit 45dc3da87a
1 changed files with 0 additions and 1 deletions

View File

@ -475,7 +475,6 @@ def show_ons(name, more_details=False):
val = pysodium.crypto_aead_xchacha20poly1305_ietf_decrypt(ciphertext=ciphertext, ad=b'', nonce=nonce, key=decryption_key)
# lokinet check
print(ons_types[ons_type])
if ons_types[ons_type] == 2:
# val will currently be the raw lokinet ed25519 pubkey (32 bytes). We can convert it to the more
# common lokinet address (which is the same value but encoded in z-base-32) and convert the bytes to