Skip to content

Commit 338959d

Browse files
committed
fix typo
1 parent c2c029c commit 338959d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/one/mixin/android/tip/TipNode.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class TipNode
277277
}
278278
val msg = gson.toJson(tipSignResponse.data).toByteArray()
279279
try {
280-
Tip.pointVerify(tipSigner.identity,msg, tipSignResponse.signature.hexStringToByteArray())
280+
Tip.pointVerify(tipSigner.identity, msg, tipSignResponse.signature.hexStringToByteArray())
281281
} catch (e: Exception) {
282282
Timber.e("verify node response meet ${e.getStackTraceString()}")
283283
return Pair(null, null)

0 commit comments

Comments
 (0)