Skip to content

Commit

Permalink
fix TestFastNode
Browse files Browse the repository at this point in the history
  • Loading branch information
dean65 committed May 5, 2022
1 parent 4001f37 commit e440880
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/blockchain_notries_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ func makeTestBackendWithRemoteValidator(blocks int, mode VerifyMode, failed *ver
resp := verifier.GetVerifyResult(req.blockNumber, req.blockHash, req.diffHash)
if failed != nil && req.blockNumber == failed.blockNumber {
resp.Status = failed.status
} else {
resp.Status = types.StatusFullVerified
}
fastnode.validator.RemoteVerifyManager().
HandleRootResponse(
Expand Down

0 comments on commit e440880

Please sign in to comment.