mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
Better nip44 error messages for notifications
This commit is contained in:
@@ -118,8 +118,7 @@ class Nip44(
|
||||
else -> null
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
Log.e("CryptoUtils", "Could not identify the version for NIP44 payload $json")
|
||||
e.printStackTrace()
|
||||
Log.e("CryptoUtils", "NIP44: Unable to find version and decrypt $json", e)
|
||||
null
|
||||
}
|
||||
|
||||
@@ -140,8 +139,7 @@ class Nip44(
|
||||
else -> null
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
Log.e("CryptoUtils", "Could not identify the version for NIP44 payload $payload")
|
||||
e.printStackTrace()
|
||||
Log.e("CryptoUtils", "NIP44: Unable to find version and decrypt $payload", e)
|
||||
null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user