aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces.go
diff options
context:
space:
mode:
authorJhih-Ming Huang <jm@dexon.org>2019-04-10 22:29:35 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-10 22:29:35 +0800
commit675a9441784b14ee4bd996832c4431adc291c5af (patch)
tree58d76052f28fd5808605f592a52f297f862f9ef7 /interfaces.go
parentb102e88097d7555b776e95565355ab3dacced1f9 (diff)
downloaddexon-675a9441784b14ee4bd996832c4431adc291c5af.tar
dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.gz
dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.bz2
dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.lz
dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.xz
dexon-675a9441784b14ee4bd996832c4431adc291c5af.tar.zst
dexon-675a9441784b14ee4bd996832c4431adc291c5af.zip
fixup! Change import go github.com/dexon-foundation/dexon
Diffstat (limited to 'interfaces.go')
-rw-r--r--interfaces.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces.go b/interfaces.go
index d99324968..1aa9c2a9a 100644
--- a/interfaces.go
+++ b/interfaces.go
@@ -15,7 +15,7 @@
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// Package ethereum defines interfaces for interacting with Ethereum.
-package ethereum
+package dexon
import (
"context"