Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Ğecko
Commits
b3efa766
Commit
b3efa766
authored
3 years ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
Fix renamming first derivation
parent
d1ffe2a5
No related branches found
No related tags found
1 merge request
!21
Draft: Hive storage
Pipeline
#13975
failed
3 years ago
Stage: format
Stage: build_and_test
Stage: quality
Stage: package
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/models/walletOptions.dart
+7
-12
7 additions, 12 deletions
lib/models/walletOptions.dart
with
7 additions
and
12 deletions
lib/models/walletOptions.dart
+
7
−
12
View file @
b3efa766
...
...
@@ -136,8 +136,6 @@ class WalletOptionsProvider with ChangeNotifier {
String
newConfig
=
await
_walletConfig
.
readAsLines
()
.
then
((
List
<
String
>
lines
)
{
int
nbrLines
=
lines
.
length
;
if
(
nbrLines
!=
1
)
{
for
(
String
wLine
in
lines
)
{
String
wID
=
"
${wLine.split(':')[0]}
:
${wLine.split(':')[1]}
"
;
String
deri
=
wLine
.
split
(
':'
)[
3
];
...
...
@@ -147,9 +145,6 @@ class WalletOptionsProvider with ChangeNotifier {
}
}
return
lines
.
join
(
'
\n
'
);
}
else
{
return
'true'
;
}
});
await
_walletConfig
.
delete
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment