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

refactor: set strconv.ParseFloat bitsize to 64 #2062

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

lilasxie
Copy link
Contributor

strconv.ParseFloat will always treat bizSize parameter as 64 if we don't set it to 32, it's odd to set it to 0, although this won't affect the result

@coveralls
Copy link

coveralls commented Nov 20, 2023

Pull Request Test Coverage Report for Build 9348538620

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 57.028%

Files with Coverage Reduction New Missed Lines %
peer/peer.go 1 74.52%
Totals Coverage Status
Change from base Build 9219767772: 0.0%
Covered Lines: 29621
Relevant Lines: 51941

💛 - Coveralls

Copy link
Collaborator

@halseth halseth left a comment

Choose a reason for hiding this comment

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

LGTM

@lilasxie
Copy link
Contributor Author

lilasxie commented Jun 2, 2024

@guggero Hi sir, can we get this merged then~

@lilasxie lilasxie requested a review from guggero June 2, 2024 09:02
@guggero
Copy link
Collaborator

guggero commented Jun 3, 2024

Can you please remove the merge commit by rebasing?

@lilasxie
Copy link
Contributor Author

lilasxie commented Jun 3, 2024

Can you please remove the merge commit by rebasing?

@guggero Hi sir, suggestion addressed

@guggero guggero merged commit de41825 into btcsuite:master Jun 3, 2024
3 checks passed
@lilasxie lilasxie deleted the refactor/parsefloat branch June 4, 2024 02:23
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

4 participants