[MINOR] typo in resource class (#3516)

* medium

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* typo

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
pull/3520/head
Sally MacFarlane 3 years ago committed by GitHub
parent 605ff69d3f
commit a86274fcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml
  2. 2
      ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/internal/parameters/BlockParameterOrBlockHash.java

@ -31,7 +31,7 @@ executors:
quorum_ats_executor_med:
machine:
image: ubuntu-2004:202101-01
resource_class: med
resource_class: medium
working_directory: ~/project
xl_machine_executor:
@ -412,4 +412,4 @@ workflows:
- acceptanceTestsQuorum:
requires:
- assemble
- dockerScan
- dockerScan

@ -31,7 +31,7 @@ import com.fasterxml.jackson.databind.JsonNode;
* number formatted as a hex string or a block hash.
*
* <p>When distinguishing between a hash and a number it is presumed that a hash won't have three
* quarters of the leading bytes as zero. This is fined for block hashes but not for precompiled
* quarters of the leading bytes as zero. This is fine for block hashes but not for precompiled
* contracts.
*/
public class BlockParameterOrBlockHash {

Loading…
Cancel
Save