Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
add price router (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stumble authored Nov 4, 2019
1 parent c2f00cc commit d9d0ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func NewLinoBlockchain(
AddRoute(posttypes.RouterKey, post.NewHandler(lb.postManager)).
AddRoute(votetypes.RouterKey, vote.NewHandler(lb.voteManager)).
AddRoute(devtypes.RouterKey, dev.NewHandler(lb.developerManager)).
AddRoute(pricetypes.RouterKey, price.NewHandler(lb.priceManager)).
// AddRoute(proposal.RouterKey, proposal.NewHandler(
// lb.accountManager, lb.proposalManager, lb.postManager, &lb.globalManager, lb.voteManager)).
AddRoute(val.RouterKey, val.NewHandler(lb.valManager))
Expand Down

0 comments on commit d9d0ba7

Please sign in to comment.