Response: {
"error": "one of secondary AAs bounced with error: formula
$account = trigger.data.account otherwise bounce("Need 'account'!");
$amount = trigger.data.amount otherwise bounce ("Need 'amount'!");
if (!(var[$list][$account])) bounce ($account||" do not exist");
if (var[$account||"_in_creation"] != trigger.address) bounce ("Account not finalized!");
$party_number = var[$list][$account||"_"||trigger.address] otherwise bounce ("You are not party of "||$account);
$pay_id = sha256($account||'>'||trigger.data.pay_to||':'||trigger.data.amount);
// validators
if ($party_number == 1) $next_validator_number = 2; else $next_validator_number = 1;
$next_validator = var[$list][$account||"_"||$next_validator_number];
failed: booleans cannot be compared with other types"
}