remove duplicate declaration

This commit is contained in:
greg 2018-04-16 14:48:28 -04:00
parent d898236c11
commit 45a2654ffd

View file

@ -11,7 +11,6 @@ import (
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/common"
) )