mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-07 03:09:31 +00:00
feat: enable testnet
This commit is contained in:
parent
3c871e7d9d
commit
6d9c8f9356
1 changed files with 1 additions and 2 deletions
|
@ -698,8 +698,7 @@ class _MultisigSetupViewState extends ConsumerState<MultisigCoordinatorView> {
|
|||
xpub = utf8.decode(record.payload);
|
||||
}
|
||||
|
||||
if (!xpub.startsWith(
|
||||
'xpub') /* && !xpub.startsWith('tpub') and so on. */) {
|
||||
if (!xpub.startsWith('xpub') && !xpub.startsWith('tpub')) {
|
||||
setState(() => _nfcStatus = 'Invalid xPub: $xpub');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue