Add note about java dependency (#2746)

## Issue Addressed
Currently, running the Web3Signer tests locally without having a java runtime environment installed and available on your PATH will result in the tests failing. 

## Proposed Changes
Add a note regarding the Web3Signer tests being dependent on java (similar to what we have for `ganache-cli`)
This commit is contained in:
Mac L 2021-10-25 22:11:26 +00:00
parent 3a51f829d5
commit 39c0d1219c

View File

@ -1,3 +1,6 @@
//! NOTE: These tests will fail without a java runtime environment (such as openjdk) installed and
//! available on `$PATH`.
//!
//! This crate provides a series of integration tests between the Lighthouse `ValidatorStore` and
//! Web3Signer by Consensys.
//!