Geth version: Geth/v1.10.3-stable(quorum-v23.4.0)/linux-amd64/go1.19.13
OS & Version: Linux
Expected behaviour
In the constructor for contracts deployed with enhanced privacy (e.g. party protection), we should be able to interact with other contracts that are deployed with the same enhanced privacy mode.
System information
Geth version:
Geth/v1.10.3-stable(quorum-v23.4.0)/linux-amd64/go1.19.13
OS & Version: LinuxExpected behaviour
In the constructor for contracts deployed with enhanced privacy (e.g. party protection), we should be able to interact with other contracts that are deployed with the same enhanced privacy mode.
Actual behaviour
Throws an error for the deployment transaction, similar to issue here https://github.com/ConsenSys/quorum/issues/1563
Steps to reproduce the behaviour
As per the issue here with the
tar
file https://github.com/ConsenSys/quorum/issues/1563