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

Bug when asserting ConstructionParseResponses #72

Merged
merged 4 commits into from
Jul 16, 2020

Conversation

juliankoh
Copy link
Contributor

@juliankoh juliankoh commented Jul 16, 2020

Fixes #73

Summary

Fixes a bug where Asserter.ConstructionParseResponse raises an error if there are no signers, when it shouldn't for unsigned transactions.

@coveralls
Copy link

coveralls commented Jul 16, 2020

Pull Request Test Coverage Report for Build 2639

  • 4 of 5 (80.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 64.55%

Changes Missing Coverage Covered Lines Changed/Added Lines %
fetcher/construction.go 0 1 0.0%
Totals Coverage Status
Change from base Build 2605: 0.04%
Covered Lines: 1870
Relevant Lines: 2897

💛 - Coveralls

Copy link
Contributor

@patrick-ogrady patrick-ogrady left a comment

Choose a reason for hiding this comment

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

LGTM!

@patrick-ogrady patrick-ogrady merged commit 396e24e into master Jul 16, 2020
@patrick-ogrady patrick-ogrady deleted the julian/asserter branch July 16, 2020 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Bug in Asserter.ConstructionParseResponse
3 participants