aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-09-15 23:55:34 -0400
committerDeterminant <tederminant@gmail.com>2020-09-15 23:55:34 -0400
commit78745551c077bf54151202138c2629f288769561 (patch)
tree2b628e99fd110617089778fa91235ecd2888f4ef /examples
parent7d1388c743b4ec8f4a86bea95bfada785dee83f7 (diff)
WIP: geth-tavum
Diffstat (limited to 'examples')
-rw-r--r--examples/multicoin/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multicoin/main.go b/examples/multicoin/main.go
index 3b221b1..792a5b5 100644
--- a/examples/multicoin/main.go
+++ b/examples/multicoin/main.go
@@ -5,12 +5,12 @@ import (
"encoding/json"
"fmt"
"github.com/ava-labs/coreth"
- "github.com/ava-labs/coreth/accounts/abi"
"github.com/ava-labs/coreth/core"
"github.com/ava-labs/coreth/core/types"
"github.com/ava-labs/coreth/core/vm"
"github.com/ava-labs/coreth/eth"
"github.com/ava-labs/coreth/params"
+ "github.com/ava-labs/go-ethereum/accounts/abi"
"github.com/ava-labs/go-ethereum/common"
"github.com/ava-labs/go-ethereum/common/compiler"
"github.com/ava-labs/go-ethereum/crypto"