Check support for multisig in restore page

This commit is contained in:
Hanh 2021-11-14 12:36:55 +08:00
parent e8c3978725
commit 96ee90a7b3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class _RestorePageState extends State<RestorePage> {
icon: new Icon(MdiIcons.qrcodeScan), onPressed: _onScan)
],
),
if (_isVK) Row(
if (_isVK && coin.supportsMultisig) Row(
children: [
Expanded(
child: TextFormField(