Skip to content

Commit f12da72

Browse files
authored
Apply suggestions from code review
1 parent fb0cfb4 commit f12da72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphql.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@
20992099
"args": [],
21002100
"type": {
21012101
"kind": "SCALAR",
2102-
"name": "Long",
2102+
"name": "BigInt",
21032103
"ofType": null
21042104
},
21052105
"isDeprecated": false,

schema.graphqls

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ type Transaction {
535535
r: BigInt!
536536
s: BigInt!
537537
v: BigInt!
538-
yParity: Long
538+
yParity: BigInt
539539

540540
"""Envelope transaction support"""
541541
type: Long

0 commit comments

Comments
 (0)