mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
add info related to tx validity (#7773)
* add info related to tx validity Signed-off-by: FlorianHuc <florian.huc@gmail.com> --------- Signed-off-by: FlorianHuc <florian.huc@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -341,10 +341,15 @@ public class JsonTestParameters<S, T> {
|
||||
}
|
||||
}
|
||||
|
||||
private static class JsonTestCaseReader<T> {
|
||||
/**
|
||||
* Parameterized wrapper for deserialization.
|
||||
*
|
||||
* @param <T> the type parameter
|
||||
*/
|
||||
public static class JsonTestCaseReader<T> {
|
||||
|
||||
/** The Test case specs. */
|
||||
final Map<String, T> testCaseSpecs;
|
||||
public final Map<String, T> testCaseSpecs;
|
||||
|
||||
/**
|
||||
* Public constructor.
|
||||
|
||||
Reference in New Issue
Block a user