Post-rebase fixes

This commit is contained in:
Guillaume Ballet 2019-07-02 22:13:17 +02:00
parent a2a1a1205f
commit 31e7dccfbd
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -24,9 +24,9 @@ import (
"os" "os"
"strings" "strings"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common/compiler" "github.com/ethereum/go-ethereum/common/compiler"
"github.com/ethereum/go-ethereum/crypto"
) )
var ( var (