refactor NewBlockChain

This commit is contained in:
ducquangkstn 2019-11-17 01:45:30 +07:00
parent 746b118377
commit e07315ebfe
No known key found for this signature in database
GPG key ID: A8B6A73EF6BAA3DC

View file

@ -33,7 +33,6 @@ import (
"github.com/ethereum/go-ethereum/core/rawdb"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/rlp"
)