mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
unused code cleanup
This commit is contained in:
parent
289009be18
commit
a236316291
1 changed files with 0 additions and 9 deletions
|
@ -1177,15 +1177,6 @@ mixin PaynymWalletInterface {
|
||||||
mnemonic: mnemonic,
|
mnemonic: mnemonic,
|
||||||
mnemonicPassphrase: mnemonicPassphrase,
|
mnemonicPassphrase: mnemonicPassphrase,
|
||||||
);
|
);
|
||||||
final receivingNode = (await _getRootNode(
|
|
||||||
mnemonic: mnemonic,
|
|
||||||
mnemonicPassphrase: mnemonicPassphrase,
|
|
||||||
))
|
|
||||||
.derivePath(
|
|
||||||
_basePaynymDerivePath(
|
|
||||||
testnet: _coin.isTestNet,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
|
|
||||||
List<Address> addresses = [];
|
List<Address> addresses = [];
|
||||||
int receivingGapCounter = 0;
|
int receivingGapCounter = 0;
|
||||||
|
|
Loading…
Reference in a new issue