mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 11:16:26 +00:00
done
This commit is contained in:
parent
a8ed087a9f
commit
6dcc713f8d
2 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ class ManagePowNodesPage extends BasePage {
|
|||
sectionCount: 1,
|
||||
dividerPadding: EdgeInsets.symmetric(horizontal: 24),
|
||||
itemCounter: (int sectionIndex) {
|
||||
print(nodeListViewModel.nodes);
|
||||
return nodeListViewModel.nodes.length;
|
||||
},
|
||||
itemBuilder: (_, index) {
|
||||
|
|
|
@ -36,7 +36,6 @@ abstract class WalletRestoreChooseDerivationViewModelBase with Store {
|
|||
var walletType = credentials["walletType"] as WalletType;
|
||||
var appStore = getIt.get<AppStore>();
|
||||
var node = appStore.settingsStore.getCurrentNode(walletType);
|
||||
print(node.uri);
|
||||
switch (walletType) {
|
||||
case WalletType.nano:
|
||||
String? mnemonic = credentials['seed'] as String?;
|
||||
|
|
Loading…
Reference in a new issue