diff options
author | Hao <hao@byzantine-lab.io> | 2019-09-16 14:50:28 +0800 |
---|---|---|
committer | Hao <hao@byzantine-lab.io> | 2019-09-17 11:05:19 +0800 |
commit | 1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f (patch) | |
tree | 8d84e1f0d02d1a2c6c32edc2e00b01bd0a8c8e3e /simulation/app_test.go | |
parent | f512ccb3c6a67216c064f719554f21b7ccea1a1e (diff) | |
download | tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.tar.gz tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.tar.zst tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.zip |
misc: migrate to github.com/tangerine-network
Diffstat (limited to 'simulation/app_test.go')
-rw-r--r-- | simulation/app_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simulation/app_test.go b/simulation/app_test.go index b64d21b..1ad8666 100644 --- a/simulation/app_test.go +++ b/simulation/app_test.go @@ -22,8 +22,8 @@ import ( "github.com/stretchr/testify/suite" - "gitlab.com/byzantine-lab/tangerine-consensus/core" - "gitlab.com/byzantine-lab/tangerine-consensus/core/types" + "github.com/tangerine-network/tangerine-consensus/core" + "github.com/tangerine-network/tangerine-consensus/core/types" ) type SimAppSuite struct { |