Skip to content

Commit

Permalink
fix: dev-tool: generated wrong market type
Browse files Browse the repository at this point in the history
  • Loading branch information
zl03jsj committed Sep 1, 2022
1 parent 693bcaa commit ddefc28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion venus-devtool/cborgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

"github.com/filecoin-project/venus/pkg/chain"
"github.com/filecoin-project/venus/pkg/fvm"
market1 "github.com/filecoin-project/venus/pkg/market"
"github.com/filecoin-project/venus/pkg/net/helloprotocol"
"github.com/filecoin-project/venus/pkg/paychmgr"
"github.com/filecoin-project/venus/pkg/state/tree"
Expand Down Expand Up @@ -92,7 +93,7 @@ func main() {
{
dir: "../pkg/market",
types: []interface{}{
market.FundedAddressState{},
market1.FundedAddressState{},
},
},
{
Expand Down

0 comments on commit ddefc28

Please sign in to comment.