aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime/runtime_example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/runtime/runtime_example_test.go')
-rw-r--r--core/vm/runtime/runtime_example_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/vm/runtime/runtime_example_test.go b/core/vm/runtime/runtime_example_test.go
index b7d0ddc38..036cfe558 100644
--- a/core/vm/runtime/runtime_example_test.go
+++ b/core/vm/runtime/runtime_example_test.go
@@ -19,8 +19,8 @@ package runtime_test
import (
"fmt"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/core/vm/runtime"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/core/vm/runtime"
)
func ExampleExecute() {