Response: {
"error": "formula
if ($account=="") bounce ("need account name");
if (!var[$account]) bounce ("Account "||$account||" do not exist!");
$pay_id_created = sha256($account||'>'||$pay_address||': '||$pay_amount);
if (trigger.address == $party1) {$need_party1_validation = false; $initiator = 1; }
if (trigger.address == $party2) {$need_party2_validation = false; $initiator = 2; }
if (trigger.address == $party3) {$need_party3_validation = false; $initiator = 3; }
if ($initiator==0) bounce ("You are not a party of "||$account);
if ($initiator==1) $next_validator_num = 2; else $next_validator_num = 1;
failed: booleans cannot be compared with other types"
}