mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
CW-924-Don't-prompt-to-save-to-address-book-on-standard-Bitcoin-Litecoin-Bitcoin-Cash-addresses (#2043)
* don't prompt regular btc ltc bch address * minor fix
This commit is contained in:
parent
074a38704e
commit
dcd978eb38
2 changed files with 39 additions and 0 deletions
|
@ -281,6 +281,9 @@ class AddressValidator extends TextValidator {
|
|||
}
|
||||
}
|
||||
|
||||
static String get silentPaymentAddressPattern => SilentPaymentAddress.regex.pattern;
|
||||
static String get mWebAddressPattern => MwebAddress.regex.pattern;
|
||||
|
||||
static String? getAddressFromStringPattern(CryptoCurrency type) {
|
||||
String? pattern = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue