Skip to content

Commit

Permalink
Handle attestations too
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Nov 29, 2023
1 parent a218a99 commit a0c6095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"source_epoch": "1",
"target_epoch": "4",
"signing_root": "0x0000000000000000000000000000000000000000000000000000000000000000",
"should_succeed": true,
"should_succeed": false,
"should_succeed_complete": true
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"source_epoch": "11",
"target_epoch": "12",
"signing_root": "0x0000000000000000000000000000000000000000000000000000000000000000",
"should_succeed": true,
"should_succeed": false,
"should_succeed_complete": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion tests/generated/single_validator_resign_attestation.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"source_epoch": "5",
"target_epoch": "15",
"signing_root": "0x0000000000000000000000000000000000000000000000000000000000000203",
"should_succeed": true,
"should_succeed": false,
"should_succeed_complete": true
},
{
Expand Down

0 comments on commit a0c6095

Please sign in to comment.