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

Fix w3endpoint file relative path #7557

Merged
merged 14 commits into from
Oct 22, 2020

Conversation

bidlocode
Copy link
Contributor

What type of PR is this?

Bug fix

Fixes #7431

@bidlocode bidlocode requested a review from a team as a code owner October 17, 2020 09:47
@codecov
Copy link

codecov bot commented Oct 17, 2020

Codecov Report

Merging #7557 into master will decrease coverage by 0.07%.
The diff coverage is 53.84%.

@@            Coverage Diff             @@
##           master    #7557      +/-   ##
==========================================
- Coverage   61.74%   61.67%   -0.08%     
==========================================
  Files         423      424       +1     
  Lines       29759    29914     +155     
==========================================
+ Hits        18376    18450      +74     
- Misses       8453     8495      +42     
- Partials     2930     2969      +39     

beacon-chain/main.go Outdated Show resolved Hide resolved
beacon-chain/main.go Outdated Show resolved Hide resolved
@@ -70,3 +72,21 @@ func EnterPassword(confirmPassword bool, pr PasswordReader) (string, error) {
}
return passphrase, nil
}

// expandWeb3EndpointIfFile expends the path for --http-web3provider if specified as a file
Copy link
Member

Choose a reason for hiding this comment

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

Capitalization and punctuation for godoc please

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

@prylabs-bulldozer prylabs-bulldozer bot merged commit ff658ba into prysmaticlabs:master Oct 22, 2020
@bidlocode bidlocode deleted the fix-relative-path branch October 23, 2020 04:50
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.

absolute vs. relative path
4 participants