Skip to content

Commit ebddee7

Browse files
committed
chore(flipcash): return public key to display as base58 in my account
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent d9d5112 commit ebddee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/flipcash/features/myaccount/src/main/kotlin/com/flipcash/app/myaccount/internal/MyAccountScreenViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ internal class MyAccountScreenViewModel @Inject constructor(
7676
userManager.state
7777
.onEach {
7878
val userId = it.accountId?.base64
79-
val publicKey = it.cluster?.authorityPublicKey?.base64()
79+
val publicKey = it.cluster?.authorityPublicKey?.base58()
8080

8181
dispatchEvent(
8282
Event.OnUserAssociated(

0 commit comments

Comments
 (0)