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 036cfe558..8602b41be 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/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/core/vm/runtime"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/core/vm/runtime"
)
func ExampleExecute() {