mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +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,
|
||||
mnemonicPassphrase: mnemonicPassphrase,
|
||||
);
|
||||
final receivingNode = (await _getRootNode(
|
||||
mnemonic: mnemonic,
|
||||
mnemonicPassphrase: mnemonicPassphrase,
|
||||
))
|
||||
.derivePath(
|
||||
_basePaynymDerivePath(
|
||||
testnet: _coin.isTestNet,
|
||||
),
|
||||
);
|
||||
|
||||
List<Address> addresses = [];
|
||||
int receivingGapCounter = 0;
|
||||
|
|
Loading…
Reference in a new issue