diff options
Diffstat (limited to 'core/syncer/agreement.go')
-rw-r--r-- | core/syncer/agreement.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/syncer/agreement.go b/core/syncer/agreement.go index d39c246..0bb0637 100644 --- a/core/syncer/agreement.go +++ b/core/syncer/agreement.go @@ -23,11 +23,11 @@ import ( "fmt" "time" - "github.com/dexon-foundation/dexon-consensus/common" - "github.com/dexon-foundation/dexon-consensus/core" - "github.com/dexon-foundation/dexon-consensus/core/crypto" - "github.com/dexon-foundation/dexon-consensus/core/types" - "github.com/dexon-foundation/dexon-consensus/core/utils" + "gitlab.com/byzantine-lab/tangerine-consensus/common" + "gitlab.com/byzantine-lab/tangerine-consensus/core" + "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto" + "gitlab.com/byzantine-lab/tangerine-consensus/core/types" + "gitlab.com/byzantine-lab/tangerine-consensus/core/utils" ) // Struct agreement implements struct of BA (Byzantine Agreement) protocol |