Skip to content

Commit

Permalink
Merge pull request #1112 from wukongcheng/silei/class2
Browse files Browse the repository at this point in the history
use the v1/gov in the lcd
  • Loading branch information
wukongcheng authored Jan 17, 2019
2 parents c5129a2 + ead5333 commit 4fccdb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/gov/lcd/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
client "github.com/irisnet/irishub/client/gov"
"github.com/irisnet/irishub/client/utils"
"github.com/irisnet/irishub/codec"
"github.com/irisnet/irishub/modules/gov"
"github.com/irisnet/irishub/app/v1/gov"
sdk "github.com/irisnet/irishub/types"
"github.com/pkg/errors"
)
Expand Down
2 changes: 1 addition & 1 deletion client/gov/lcd/sendtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
client "github.com/irisnet/irishub/client/gov"
"github.com/irisnet/irishub/client/utils"
"github.com/irisnet/irishub/codec"
"github.com/irisnet/irishub/modules/gov"
"github.com/irisnet/irishub/app/v1/gov"
sdk "github.com/irisnet/irishub/types"
)

Expand Down

0 comments on commit 4fccdb5

Please sign in to comment.