* Fix typos

Signed-off-by: Thabokani <149070269+Thabokani@users.noreply.github.com>

* update plugin-api/build.gradle

Signed-off-by: Thabokani <149070269+Thabokani@users.noreply.github.com>

---------

Signed-off-by: Thabokani <149070269+Thabokani@users.noreply.github.com>
pull/6490/head
Thabokani 10 months ago committed by GitHub
parent 0f91a674ca
commit f125aed72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      evm/src/main/java/org/hyperledger/besu/collections/undo/UndoScalar.java
  2. 2
      plugin-api/build.gradle
  3. 2
      plugin-api/src/main/java/org/hyperledger/besu/plugin/services/trielogs/TrieLogAccumulator.java

@ -61,7 +61,7 @@ public class UndoScalar<T> implements Undoable {
}
/**
* Has this scalar had any change since the inital value
* Has this scalar had any change since the initial value
*
* @return true if there are any changes to undo
*/

@ -69,7 +69,7 @@ Calculated : ${currentHash}
tasks.register('checkAPIChanges', FileStateChecker) {
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
files = sourceSets.main.allJava.files
knownHash = 'ZsovOR0oPfomcLP4b+HjikWzM0Tx6sCwi68mf5qwZf4='
knownHash = 'VpNy2KuAtEUc9hPguNivbjwy2YM3vIF444RCREJojqY='
}
check.dependsOn('checkAPIChanges')

@ -23,7 +23,7 @@ import java.util.Map;
import org.apache.tuweni.bytes.Bytes;
import org.apache.tuweni.units.bigints.UInt256;
/** Accumulator interface tor provding trie updates for creating TrieLogs. */
/** Accumulator interface for providing trie updates for creating TrieLogs. */
public interface TrieLogAccumulator {
/**

Loading…
Cancel
Save