Fix go.mod#970
Merged
Merged
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #970 +/- ##
==========================================
+ Coverage 54.43% 56.06% +1.63%
==========================================
Files 54 68 +14
Lines 6037 10915 +4878
==========================================
+ Hits 3286 6120 +2834
- Misses 2401 3912 +1511
- Partials 350 883 +533 ☔ View full report in Codecov by Sentry. |
gupadhyaya
previously approved these changes
Jun 2, 2023
Contributor
|
part of this PR should be to un-comment the go mod tidy check |
0eb6984 to
c14107e
Compare
gupadhyaya
previously approved these changes
Jun 6, 2023
gupadhyaya
approved these changes
Jun 6, 2023
nashqueue
approved these changes
Jun 6, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ever since some recent commits, attempting to run
go mod tidyon Rollkit would results in the following error:This PR fixes the ambiguous import issue by upgrading github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 => v1.0.2