On Monday 13 July 2015 08:55:32 Daniel-Constantin Mierla wrote:
if you want to have different headers for each destination you attempt to route to, use a branch_route where you add the headers. What is added in request_route before creating the transaction is going to be common for all outgoing branches.
Moving ADDCHECKSYM to the route described by t_on_branch("MANAGE_BRANCH"); in route[RELAY] did the trick. All (implicit) branches get their own set of headers.
Thanks for the hint.