Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored Nov 2, 2023
1 parent fb0cfb4 commit f12da72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@
"args": [],
"type": {
"kind": "SCALAR",
"name": "Long",
"name": "BigInt",
"ofType": null
},
"isDeprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ type Transaction {
r: BigInt!
s: BigInt!
v: BigInt!
yParity: Long
yParity: BigInt

"""Envelope transaction support"""
type: Long
Expand Down

0 comments on commit f12da72

Please sign in to comment.