Skip to content

Commit

Permalink
Fix documented upper-bound for UInt64 in JSON spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Aug 25, 2024
1 parent 5641f6c commit 706941a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/cardano.json
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@
{ "title": "UInt64"
, "type": "integer"
, "minimum": 0
, "maximum": 18446744073709552999
, "maximum": 18446744073709551615
}

, "UtcTime":
Expand Down

0 comments on commit 706941a

Please sign in to comment.