Browse Source

reverse unrelated code

cl-refactor
subtly 10 years ago
parent
commit
bc7e909eab
  1. 3
      libwhisper/WhisperPeer.cpp

3
libwhisper/WhisperPeer.cpp

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

Loading…
Cancel
Save