-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation dates #617
Creation dates #617
Conversation
87ab73a
to
d3cf828
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need clarification on the comment, otherwise approved
src/types/server-types.ts
Outdated
@@ -13,6 +13,13 @@ export interface EdgeBox { | |||
iv_hex: Uint8Array | |||
} | |||
|
|||
/** | |||
* Encrypted wallet private keys include an optional creation date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment says created
is optional but it's required in it's definition below and in the cleaner asEdgeKeyBox cleaner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Fixed.
d3cf828
to
227b2b6
Compare
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
noneDescription
none