OSDN Git Service

rename (#465)
[bytom/vapor.git] / toolbar / federation / api / handler.go
index 8a23b9f..3888400 100644 (file)
@@ -7,10 +7,10 @@ import (
 
        "github.com/gin-gonic/gin"
 
-       "github.com/vapor/errors"
-       "github.com/vapor/toolbar/federation/common"
-       "github.com/vapor/toolbar/federation/database/orm"
-       serverCommon "github.com/vapor/toolbar/server"
+       "github.com/bytom/vapor/errors"
+       "github.com/bytom/vapor/toolbar/federation/common"
+       "github.com/bytom/vapor/toolbar/federation/database/orm"
+       serverCommon "github.com/bytom/vapor/toolbar/server"
 )
 
 type listCrosschainTxsReq struct{ serverCommon.Display }