Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
d5485bcc
Commit
d5485bcc
authored
Mar 12, 2019
by
Maxim Bogdanov
🙉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed restore and create wallet logic
parent
1a1dbde1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
wallet-creation.ts
Breeze.UI/src/app/shared/classes/wallet-creation.ts
+2
-0
wallet-recovery.ts
Breeze.UI/src/app/shared/classes/wallet-recovery.ts
+2
-0
No files found.
Breeze.UI/src/app/shared/classes/wallet-creation.ts
View file @
d5485bcc
...
...
@@ -5,10 +5,12 @@ export class WalletCreation {
this
.
mnemonic
=
mnemonic
;
this
.
password
=
password
;
this
.
folderPath
=
folderPath
;
this
.
passphrase
=
""
;
}
name
:
string
;
mnemonic
:
string
;
password
:
string
;
folderPath
?:
string
;
passphrase
:
string
;
}
Breeze.UI/src/app/shared/classes/wallet-recovery.ts
View file @
d5485bcc
...
...
@@ -6,6 +6,7 @@ export class WalletRecovery {
this
.
password
=
password
;
this
.
creationDate
=
creationDate
;
this
.
folderPath
=
folderPath
;
this
.
passphrase
=
password
;
}
mnemonic
:
string
;
...
...
@@ -13,4 +14,5 @@ export class WalletRecovery {
name
:
string
;
creationDate
:
Date
;
folderPath
?:
string
;
passphrase
:
string
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment