mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Change imports
This commit is contained in:
parent
d01e79ed5f
commit
cd4ea64926
3 changed files with 7 additions and 7 deletions
|
|
@ -35,9 +35,9 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"sort"
|
"sort"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/EthereumCommonwealth/go-callisto/crypto"
|
||||||
"github.com/ethereum/go-ethereum/crypto/sha3"
|
"github.com/EthereumCommonwealth/go-callisto/crypto/sha3"
|
||||||
"github.com/ethereum/go-ethereum/rlp"
|
"github.com/EthereumCommonwealth/go-callisto/rlp"
|
||||||
)
|
)
|
||||||
|
|
||||||
const SizeLimit = 300 // maximum encoded size of a node record in bytes
|
const SizeLimit = 300 // maximum encoded size of a node record in bytes
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/EthereumCommonwealth/go-callisto/crypto"
|
||||||
"github.com/ethereum/go-ethereum/rlp"
|
"github.com/EthereumCommonwealth/go-callisto/rlp"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"net"
|
"net"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/EthereumCommonwealth/go-callisto/crypto"
|
||||||
"github.com/ethereum/go-ethereum/rlp"
|
"github.com/EthereumCommonwealth/go-callisto/rlp"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Entry is implemented by known node record entry types.
|
// Entry is implemented by known node record entry types.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue