mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-04 08:15:24 +00:00
Update golang.org/x/crypto import paths to new location.
This commit is contained in:
@@ -13,11 +13,10 @@ import (
|
||||
"hash"
|
||||
"math/big"
|
||||
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
|
||||
"github.com/btcsuite/btcd/btcec"
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/fastsha256"
|
||||
"github.com/btcsuite/golangcrypto/ripemd160"
|
||||
)
|
||||
|
||||
// An opcode defines the information related to a txscript opcode.
|
||||
|
||||
Reference in New Issue
Block a user