Skip to content

Commit

Permalink
lint and format doc
Browse files Browse the repository at this point in the history
  • Loading branch information
giskook committed Aug 29, 2024
1 parent 9710491 commit d5a687c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/config-file/node-config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,10 @@
"Rerun": {
"type": "boolean",
"default": false
},
"RelayAll": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false,
Expand Down
3 changes: 2 additions & 1 deletion jsonrpc/api_relay_xlayer.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package jsonrpc

import (
"time"

"github.com/0xPolygonHermez/zkevm-node/jsonrpc/client"
"github.com/0xPolygonHermez/zkevm-node/jsonrpc/metrics"
"github.com/0xPolygonHermez/zkevm-node/jsonrpc/types"
"github.com/0xPolygonHermez/zkevm-node/log"
"time"
)

// ApiRelayConfig is the api relay config
Expand Down

0 comments on commit d5a687c

Please sign in to comment.