Skip to content

Commit 424041e

Browse files
committed
Update hackatom schema
1 parent dcf86c5 commit 424041e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/hackatom/schema/sudo_msg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"title": "SudoMsg",
4-
"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",
4+
"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",
55
"anyOf": [
66
{
77
"type": "object",

0 commit comments

Comments
 (0)