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/utils.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/utils.go')
-rw-r--r-- | simulation/utils.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simulation/utils.go b/simulation/utils.go index b06fb8b..7f31c84 100644 --- a/simulation/utils.go +++ b/simulation/utils.go @@ -21,8 +21,8 @@ import ( "math" "sort" - "gitlab.com/byzantine-lab/tangerine-consensus/core/test" - "gitlab.com/byzantine-lab/tangerine-consensus/simulation/config" + "github.com/tangerine-network/tangerine-consensus/core/test" + "github.com/tangerine-network/tangerine-consensus/simulation/config" ) func calculateMeanStdDeviationFloat64s(a []float64) (float64, float64) { |