graphql: tabs -> spaces

This commit is contained in:
Felix Lange 2020-02-09 19:09:33 +01:00
parent 1dcd7c0451
commit f332d0589e

View file

@ -115,9 +115,9 @@ const schema string = `
# Logs is a list of log entries emitted by this transaction. If the # Logs is a list of log entries emitted by this transaction. If the
# transaction has not yet been mined, this field will be null. # transaction has not yet been mined, this field will be null.
logs: [Log!] logs: [Log!]
r: BigInt! r: BigInt!
s: BigInt! s: BigInt!
v: BigInt! v: BigInt!
} }
# BlockFilterCriteria encapsulates log filter criteria for a filter applied # BlockFilterCriteria encapsulates log filter criteria for a filter applied