Updated on 2026-08-14
This commit is contained in:
parent
6f0ddc9ba2
commit
ba873ed73e
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ internal class AddressPayIdMiddleware {
|
|||
}
|
||||
|
||||
private fun setAddressAndCheck(data: String, isUserInput: Boolean, dispatch: (Action) -> Unit) {
|
||||
val data = data.toLowerCase()
|
||||
if (PayIdManager.isPayId(data)) {
|
||||
dispatch(SetPayIdWalletAddress(data, "", isUserInput))
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue