@ -68,6 +68,7 @@ bool WhisperPeer::interpret(unsigned _id, RLP const& _r)
{
unsigned n = 0;
for (auto i: _r)
if (n++)
host()->inject(Envelope(i), this);
break;
}