fix imports

This commit is contained in:
lorenzo 2024-12-05 17:44:02 +01:00
parent 13fe3cbe6d
commit 9aa76a692d

View file

@ -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"