Skip to content

Commit

Permalink
Update hackatom schema
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Mar 3, 2021
1 parent dcf86c5 commit 424041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/hackatom/schema/sudo_msg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SudoMsg",
"description": "SudoMsg is only exposed for internal SDK modules to call. This is showing how we can expose \"admin\" functionality than can not be called by external users or contracts, but only trusted (native/Go) code in the blockchain",
"description": "SudoMsg is only exposed for internal Cosmos SDK modules to call. This is showing how we can expose \"admin\" functionality than can not be called by external users or contracts, but only trusted (native/Go) code in the blockchain",
"anyOf": [
{
"type": "object",
Expand Down

0 comments on commit 424041e

Please sign in to comment.