mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
graphql: indent
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
12ef276a7d
commit
4194da63d3
1 changed files with 34 additions and 34 deletions
|
|
@ -71,8 +71,8 @@ const schema string = `
|
|||
transaction: Transaction!
|
||||
}
|
||||
|
||||
#EIP-2718
|
||||
type AccessTuple{
|
||||
# EIP-2718
|
||||
type AccessTuple {
|
||||
address: Address!
|
||||
storageKeys : [Bytes32!]!
|
||||
}
|
||||
|
|
@ -326,7 +326,7 @@ const schema string = `
|
|||
}
|
||||
|
||||
# SyncState contains the current synchronisation state of the client.
|
||||
type SyncState{
|
||||
type SyncState {
|
||||
# StartingBlock is the block number at which synchronisation started.
|
||||
startingBlock: Long!
|
||||
# CurrentBlock is the point at which synchronisation has presently reached.
|
||||
|
|
|
|||
Loading…
Reference in a new issue