Skip to content

Commit

Permalink
Changed buyCollection to buySet
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Sep 30, 2023
1 parent 1f21209 commit 847e62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/def-composables/useTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const useTxInstance: () => {
}),
].concat(
[
"/DecentralCardGame.cardchain.cardchain.MsgBuyCollection",
"/DecentralCardGame.cardchain.cardchain.MsgBuySet",
"/DecentralCardGame.cardchain.cardchain.MsgOpenBoosterPack",
"/DecentralCardGame.cardchain.cardchain.MsgVoteCard",
"/DecentralCardGame.cardchain.cardchain.MsgConfirmMatch",
Expand Down

0 comments on commit 847e62d

Please sign in to comment.