Change the way conflicting blocks are sent across network.
It should in manner similar to positive gossip:
- Receive block with conflict transaction
- Analyze if some blocks are absent
- Ask block by hash
Right now it's done so conflict sender should broadcast conflicting block across network beforehand. This mechanism should be deleted.