X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=cmd%2Fvotereward%2Fmain.go;fp=cmd%2Fvotereward%2Fmain.go;h=8fb1c96f743eb50327fe3a2ea6bc965567706640;hp=275632dc517676dcff0fcf64375167bd6796e719;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/cmd/votereward/main.go b/cmd/votereward/main.go index 275632dc..8fb1c96f 100644 --- a/cmd/votereward/main.go +++ b/cmd/votereward/main.go @@ -7,11 +7,11 @@ import ( "github.com/spf13/cobra" "github.com/tendermint/tmlibs/cli" - "github.com/vapor/consensus" - "github.com/vapor/toolbar/common" - cfg "github.com/vapor/toolbar/vote_reward/config" - "github.com/vapor/toolbar/vote_reward/settlementvotereward" - "github.com/vapor/toolbar/vote_reward/synchron" + "github.com/bytom/vapor/consensus" + "github.com/bytom/vapor/toolbar/common" + cfg "github.com/bytom/vapor/toolbar/vote_reward/config" + "github.com/bytom/vapor/toolbar/vote_reward/settlementvotereward" + "github.com/bytom/vapor/toolbar/vote_reward/synchron" ) const logModule = "reward"