mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
graphql: tabs -> spaces
This commit is contained in:
parent
1dcd7c0451
commit
f332d0589e
1 changed files with 3 additions and 3 deletions
|
|
@ -115,9 +115,9 @@ const schema string = `
|
|||
# Logs is a list of log entries emitted by this transaction. If the
|
||||
# transaction has not yet been mined, this field will be null.
|
||||
logs: [Log!]
|
||||
r: BigInt!
|
||||
s: BigInt!
|
||||
v: BigInt!
|
||||
r: BigInt!
|
||||
s: BigInt!
|
||||
v: BigInt!
|
||||
}
|
||||
|
||||
# BlockFilterCriteria encapsulates log filter criteria for a filter applied
|
||||
|
|
|
|||
Loading…
Reference in a new issue