remove deprecated field: privateTransaction.hash #2937
Closed
Description
This field has been deprecated for some time:
// Caches the hash used to uniquely identify the transaction.
// This field will be removed in 1.5.0
@deprecated(since = "1.4.3")
protected volatile Hash hash;
- confirm it can safely be removed
- changelog entry