Skip to content

Commit

Permalink
Update grpc_query_q_card.go
Browse files Browse the repository at this point in the history
fix rarity
  • Loading branch information
lxgr-linux authored Oct 9, 2023
1 parent 5c77c60 commit aae6b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/cardchain/keeper/grpc_query_q_card.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func (k Keeper) QCard(goCtx context.Context, req *types.QueryQCardRequest) (*typ
Nerflevel: card.Nerflevel,
BalanceAnchor: card.BalanceAnchor,
Hash: hash,
Rarity: card.Rarity,
}

return &outpCard, nil
Expand Down

0 comments on commit aae6b39

Please sign in to comment.