handleBlockAnnouncement abstract method

Future<void> handleBlockAnnouncement(
  1. InvVect msg,
  2. PeerI peer
)

Handle announcement of new block availability (INV message)

Implementation

Future<void> handleBlockAnnouncement(InvVect msg, PeerI peer);