Skip to content

Commit

Permalink
Make td optional field on block (#251)
Browse files Browse the repository at this point in the history
* make td optional field on block

* rename ci job

* rename again
  • Loading branch information
lightclient committed Jun 25, 2022
1 parent 6d58486 commit 7d018b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
@@ -1,9 +1,9 @@
name: Node.js CI
name: Test

on: [push, pull_request, workflow_dispatch]

jobs:
build:
lint-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion src/schemas/block.yaml
Expand Up @@ -9,7 +9,6 @@ Block:
- transactionsRoot
- receiptsRoot
- logsBloom
- totalDifficulty
- number
- gasLimit
- gasUsed
Expand Down

0 comments on commit 7d018b4

Please sign in to comment.