index
:
coreth
Avalanche C-Chain service code.
log msg
author
committer
range
dev
devnet-no-plugin
ecstasy-fixes
ecstasy-transfer
geth-tavum
master
multi-coin
about
summary
refs
log
tree
commit
diff
path:
root
/
examples
/
fc
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'examples/fc')
-rw-r--r--
examples/fc/main.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fc/main.go b/examples/fc/main.go
index f336ab5..d6b224c 100644
--- a/
examples/fc/main.go
+++ b/
examples/fc/main.go
@@ -2,7 +2,7 @@ package main
import (
"os"
- "github.com/Determinant/coreth/cmd/geth"
+ "github.com/ava-labs/coreth/cmd/geth"
)
func checkError(err error) {