Skip to content

Commit

Permalink
Fix V2Account key mess up (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jun 15, 2023
1 parent 187a2a3 commit 8489424
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1205,9 +1205,9 @@ class WalletConnectActivity : BaseActivity() {
val key = getKey(account.baseChain)
return key?.let {
V2Account(
account.address,
Utils.bytesToHex(it.pubKey),
"secp256k1",
Utils.bytesToHex(it.pubKey),
account.address,
)
}
}
Expand Down

0 comments on commit 8489424

Please sign in to comment.