Description
If some request writes transaction for example to domain ledger and to some plugged one, it will be returned as two transactions one inside another in some special field. However, when we send the same request the second time, ledger will send the response from transaction log only from domain ledger, disregarding the plugged one. It can be solved with the call to the PRE_SEND_REPLY hook.