fix reference error

This commit is contained in:
Guillaume Ballet 2024-04-03 11:31:53 +02:00
parent a21c021b51
commit e34ac0ffa8

View file

@ -32,7 +32,7 @@ import (
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/triedb"
"github.com/gballet/go-verkle"
"github.com/ethereum/go-verkle"
"github.com/holiman/uint256"
)