Response: {
"error": "one of secondary AAs bounced with error: formula
$account = trigger.data.account;
//if (!(trigger.data.account)) bounce ("Need 'account'!");
//if (!(trigger.data.amount)) bounce ("Need 'amount'!");
//if (!(var[$list][$account])) bounce ($account||" do not exist");
// if (var[$account||"_in_creation"] != trigger.address) bounce ("Account not finalized!");
// if (!(var[$list][$account||trigger.address])) bounce ("You are not party of "||$account);
$pay_id = sha256($account||'>'||trigger.data.pay_to||':'||trigger.data.amount);
// validators
$party_number = var[$list][$account||trigger.address];
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"
}