:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
privateFor field in transaction object is not getting recognized when using @truffle/hdwallet-provider. Does truffle/hdwallet support Quorum private transaction?
Steps to Reproduce
Create web3 instance using truffle HDwallet provider and set from, gasPrice, gas, privateFor in transaction object and invoke transaction on quorum network.
Expected Behavior
Transaction successful and ledger updated.
Actual Results
Transaction status is success but still ledger is not getting updated.
Issue
privateFor field in transaction object is not getting recognized when using @truffle/hdwallet-provider. Does truffle/hdwallet support Quorum private transaction?
Steps to Reproduce
Create web3 instance using truffle HDwallet provider and set from, gasPrice, gas, privateFor in transaction object and invoke transaction on quorum network.
Expected Behavior
Transaction successful and ledger updated.
Actual Results
Transaction status is success but still ledger is not getting updated.