-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add includeEncrypted parameter #112
Add includeEncrypted parameter #112
Conversation
a0e6949
to
2c0db2a
Compare
@@ -36,7 +38,7 @@ export class ReceivedFioRequests extends Query<ReceivedFioRequestsResponse> { | |||
value.content = content | |||
requests.push(value) | |||
} catch (e) { | |||
// | |||
if (this.includeEncrypted) { requests.push(value) } |
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.
remove {
}
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.
ok, but { } is required in the tslint rules
src/FIOSDK.ts
Outdated
@@ -601,7 +600,7 @@ export class FIOSDK { | |||
[{ | |||
chain_code: chainCode, | |||
token_code: tokenCode, | |||
public_address: publicAddress | |||
public_address: publicAddress, |
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.
please remove all of the changes that not relate to the feature, and create separate PR for it
@@ -36,7 +38,7 @@ export class SentFioRequests extends Query<SentFioRequestResponse> { | |||
value.content = content | |||
requests.push(value) | |||
} catch (e) { | |||
// | |||
if (this.includeEncrypted) { requests.push(value) } |
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.
remove {
}
2c0db2a
to
2903928
Compare
2903928
to
3d999f1
Compare
No description provided.