mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-19 19:47:49 +01:00
Fork btcec to remove external dependency. This significantly reduces the count of indirect modules (cuts it by half). Close #7
Update the other Go modules.
This commit is contained in:
@@ -7,7 +7,7 @@ Author: Peter Kleissner
|
||||
package protocol
|
||||
|
||||
import (
|
||||
"github.com/btcsuite/btcd/btcec"
|
||||
"github.com/PeernetOfficial/core/btcec"
|
||||
"lukechampine.com/blake3"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user