Skip to content

Commit

Permalink
Merge pull request #852 from lochjin/dev2.0
Browse files Browse the repository at this point in the history
fix:p2p server unable to exit
  • Loading branch information
dindinw authored Dec 18, 2024
2 parents d86ba16 + c179d3c commit 09ca1a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,6 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/ethereum/go-ethereum v1.14.11 => github.com/Qitmeer/go-ethereum v1.14.11-q.4
replace github.com/ethereum/go-ethereum v1.14.11 => github.com/Qitmeer/go-ethereum v1.14.11-q.5

replace github.com/karalabe/usb v0.0.2 => github.com/dindinw/karalabe-usb v0.0.0-20230613095851-cd69a62c9c30
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/Qitmeer/crypto v0.0.0-20201028030128-6ed4040ca34a h1:LUGOJG/lF0TlnlYT
github.com/Qitmeer/crypto v0.0.0-20201028030128-6ed4040ca34a/go.mod h1:gbGKdXSJn71Mc2xcKJHqC/waPiX0byZae67zarj83m4=
github.com/Qitmeer/crypto/cryptonight v0.0.0-20201028030128-6ed4040ca34a h1:O2Erw/YvYAkIqkc2uvP/WwuWf0V8S0+pjU/FKHmjFU4=
github.com/Qitmeer/crypto/cryptonight v0.0.0-20201028030128-6ed4040ca34a/go.mod h1:KiA7g46zc6dkgf/3NbEpJirY75v656WYlmSQNR1wTVk=
github.com/Qitmeer/go-ethereum v1.14.11-q.4 h1:Q18kM46tqWwL9p4BjwvlGjADIOODF15N4GrKeWdUD5Q=
github.com/Qitmeer/go-ethereum v1.14.11-q.4/go.mod h1:G/lOJx/OgkhxHd4/H2gVLujGhewGflf2112ENitmGGo=
github.com/Qitmeer/go-ethereum v1.14.11-q.5 h1:1bpViebUCF7In7MhSgm8G3cJsjs7JfvrOWyTim3DYbM=
github.com/Qitmeer/go-ethereum v1.14.11-q.5/go.mod h1:G/lOJx/OgkhxHd4/H2gVLujGhewGflf2112ENitmGGo=
github.com/Qitmeer/go-secp256k1 v0.5.1 h1:t3u4VMSz7LRn9Ki1lecG7tyTNwbLGILt1CwdOAA5N7M=
github.com/Qitmeer/go-secp256k1 v0.5.1/go.mod h1:AkrSQDAMwdV4+pXUQnEAPvPbUiIN4DAHMAm0ueneJB8=
github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDOSA=
Expand Down

0 comments on commit 09ca1a3

Please sign in to comment.