mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
fix imports
This commit is contained in:
parent
13fe3cbe6d
commit
9aa76a692d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import (
|
|||
"encoding/binary"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/autonity/autonity/rlp"
|
||||
"github.com/ethereum/go-ethereum/rlp"
|
||||
"github.com/stretchr/testify/require"
|
||||
"math/rand"
|
||||
"net"
|
||||
|
|
|
|||
Loading…
Reference in a new issue