Skip to content
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

changed forEach method #193

Merged
merged 2 commits into from
Jun 6, 2018
Merged

changed forEach method #193

merged 2 commits into from
Jun 6, 2018

Conversation

amed83
Copy link

@amed83 amed83 commented Jun 5, 2018

changed for each and name of the second serializedTransaction

@codecov-io
Copy link

codecov-io commented Jun 5, 2018

Codecov Report

Merging #193 into master will increase coverage by 1.55%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
+ Coverage   84.43%   85.99%   +1.55%     
==========================================
  Files          11       11              
  Lines         257      257              
==========================================
+ Hits          217      221       +4     
+ Misses         40       36       -4
Impacted Files Coverage Δ
src/transaction.js 97.5% <100%> (ø) ⬆️
src/baseRequest.js 79.31% <0%> (+6.89%) ⬆️
src/request.js 92.85% <0%> (+14.28%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b62471a...2021639. Read the comment docs.

@@ -245,9 +246,9 @@ export default class Transaction {
input.fulfillment = fulfillmentUri
})

const serializedTransaction =
const serializedSecondTransaction =
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not a proper way of calling it as the transaction is the same. You could use serializedSignedTransaction instead or any other that represents better that constant

Copy link
Author

Choose a reason for hiding this comment

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

Yes, I was thinking it was a bade naming just want to check

@future-is-present future-is-present merged commit 2b665dc into master Jun 6, 2018
@future-is-present future-is-present deleted the fixing_forEach branch June 6, 2018 07:07
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.

None yet

3 participants