Example #1
0
 void
 send(const Block& wire) override
 {
   onSendBlock(wire);
 }
 virtual void
 send(const Block& wire)
 {
   onSendBlock(wire);
 }