Get mnemonic from DEWIF (commented)

This commit is contained in:
poka 2021-04-26 19:23:00 +02:00
parent 7427e0a330
commit a906dc2f38
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ class WalletOptionsProvider with ChangeNotifier {
String _localPubkey;
// log.d("$_localDewif $_pin $_pinLenght ${_wallet.derivation}");
// String mnemo = await DubpRust.getBip32DewifMnemonic(
// dewif: _localDewif, secretCode: _pin);
// log.d(mnemo.toString());
if ((_localPubkey = await _getPubkeyFromDewif(
_localDewif, _pin, _pinLenght, _wallet.derivation)) !=
'false') {