diff options
Diffstat (limited to 'core/test/marshaller.go')
-rw-r--r-- | core/test/marshaller.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/test/marshaller.go b/core/test/marshaller.go index e63b4f7..d098ec0 100644 --- a/core/test/marshaller.go +++ b/core/test/marshaller.go @@ -21,8 +21,8 @@ import ( "encoding/json" "fmt" - "gitlab.com/byzantine-lab/tangerine-consensus/core/types" - typesDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/types/dkg" + "github.com/tangerine-network/tangerine-consensus/core/types" + typesDKG "github.com/tangerine-network/tangerine-consensus/core/types/dkg" ) // DefaultMarshaller is the default marshaller for testing core.Consensus. |