Skip to content

Commit

Permalink
[cleanup] Reorder internal API field in the struct (#434)
Browse files Browse the repository at this point in the history
reorder
  • Loading branch information
michaelneuder authored May 26, 2023
1 parent 38801b0 commit 7fe4a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ var (
apiSecretKey string
apiBlockSimURL string
apiDebug bool
apiInternalAPI bool
apiBuilderAPI bool
apiDataAPI bool
apiInternalAPI bool
apiProposerAPI bool
apiLogTag string
)
Expand Down

0 comments on commit 7fe4a70

Please sign in to comment.