Expecting:
<TransactionReceipt{transactionHash='null', transactionIndex='0x0', blockHash='0x52b77d062ce62d477869ae4431cf5cbbcbc52e3dfde1b624182a0c91c94aad99', blockNumber='0x10', cumulativeGasUsed='null', gasUsed='null', contractAddress='null', root='null', status='null', from='null', to='null', logs=null, logsBloom='0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', revertReason='null'}>
to be equal to:
<TransactionReceipt{transactionHash='null', transactionIndex='null', blockHash='null', blockNumber='null', cumulativeGasUsed='null', gasUsed='null', contractAddress='null', root='null', status='null', from='null', to='null', logs=null, logsBloom='null', revertReason='null'}>
when recursively comparing field by field, but found the following difference:
eg field from - toString() is implemented on superclass TransactionReceipt but PrivateTransactionReceipt also has a
private final String from;
PrivateTransactionReceipt.toString() is missing info eg https://app.circleci.com/pipelines/github/hyperledger/besu/8743/workflows/acf097ba-2e00-4288-9c38-5c26aedbc9f1/jobs/44907
eg field from - toString() is implemented on superclass TransactionReceipt but PrivateTransactionReceipt also has a
private final String from;