Skip to content

Commit

Permalink
fix(devx) update tonic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Oct 25, 2024
1 parent 788253e commit b26870d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
{
"questionText": "What is the purpose of the TreasuryCap in IOTA Move's token management?",
"answerOptions": [
{ "answerText": "It manages token ownership.", "isCorrect": false },
{ "answerText": "It enforces token transfers.", "isCorrect": false },
{ "answerText": "It allows minting and burning of tokens.", "isCorrect": true },
{ "answerText": "It defines the token's metadata.", "isCorrect": false }
{ "answerText": "It manages token ownership", "isCorrect": false },
{ "answerText": "It enforces token transfers", "isCorrect": false },
{ "answerText": "It allows minting and burning of tokens", "isCorrect": true },
{ "answerText": "It defines the token's metadata", "isCorrect": false }
]
},
{
Expand Down

0 comments on commit b26870d

Please sign in to comment.