While running the npx hardhat test command after adding the 'Sale' section in the test module, I am getting an error and I think because there is a sendTransation function missing in the escrow.sol code while we are trying to call that function. I checked the final code and it is absent there as well. I am following through the video tutorial and it is working fine in the trutorial.
What am I doing wrong ?
While running the npx hardhat test command after adding the 'Sale' section in the test module, I am getting an error and I think because there is a sendTransation function missing in the escrow.sol code while we are trying to call that function. I checked the final code and it is absent there as well. I am following through the video tutorial and it is working fine in the trutorial.
What am I doing wrong ?