...itial state. Note: The called function should be payable if you send value and the value you send should be less than your current balance. Debug the transaction to get more information.

...yncTransfer(address payee, uint amount);
function test_AsyncTransferAndPayments() external {
address testingAddress = address(_testing);
// load the inner escrow contract with the address computed from deployer address and nonce
// note: the nonce in the first con...