Skip to content

Commit

Permalink
fixup! server.go+peer: enable v2 functionality in peer code
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypt-iQ committed Jul 25, 2024
1 parent 7f86990 commit f48d694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/btcsuite/btcd/btcec/v2 => /Users/eugenesiegel/Documents/btcd/btcec
replace github.com/btcsuite/btcd/btcec/v2 => github.com/Crypt-iQ/btcd/btcec v2.3.5

replace github.com/btcsuite/btcd/v2transport => /Users/eugenesiegel/Documents/btcd/v2transport
replace github.com/btcsuite/btcd/v2transport => github.com/Crypt-iQ/btcd/v2transport v1.0.0

// The retract statements below fixes an accidental push of the tags of a btcd
// fork.
Expand Down

0 comments on commit f48d694

Please sign in to comment.