Skip to content

Conversation

@javiteri95
Copy link
Contributor

new parameters in data transfer file

? accountObj.recipientId.split('@')
: myAccount.recipientId.split('@');
const accountId = accountObj ? accountObj.id : myAccount.id;
const signature = accountObj
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accountObj && accountObj.signature ? accountObj.signature : myAccount.signature

checkDataStatus = async () => {
const { status, body } = await getDataReady(myAccount.recipientId);
if (status === DATA_READY_STATUS) {
//here must exist a clear timeout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why don't you added?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not entirely sure, i will check again

: myAccount.signature
: myAccount.signature;
const hasCriptextFooter = accountObj
? accountObj.signFooter !== undefined
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@javiteri95 javiteri95 force-pushed the newParametersDataTransfer branch from 84bf39e to d06c900 Compare June 17, 2020 22:00
@javiteri95 javiteri95 force-pushed the newParametersDataTransfer branch from d06c900 to 2dae608 Compare June 17, 2020 22:07
@Hirobreak Hirobreak merged commit 12c1fdb into Criptext:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants