Skip to content

Commit

Permalink
feat(#242): Small voting commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Dec 16, 2024
1 parent 589d6a9 commit 884412c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#ignite scaffold message UserCreate newUser:string alias:string
#ignite scaffold message CardSchemeBuy bid:coin --response cardId:uint
#ignite scaffold message CardSaveContent cardId:uint content:string notes:string artist:string balanceAnchor:bool --response airdropClaimed:bool
ignite scaffold message CardVote cardId:uint voteType:VoteType --response airdropClaimed:bool
ignite scaffold message CardVote vote:SingleVote --response airdropClaimed:bool
2 changes: 1 addition & 1 deletion proto/cardchain/cardchain/voting.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package decentralCardGame.cardchain.cardchain;
package decentralcardgame.cardchain.cardchain;

option go_package = "github.com/DecentralCardGame/cardchain/x/cardchain/types";

Expand Down

0 comments on commit 884412c

Please sign in to comment.