Browse Source

reverse unrelated code

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

1
libwhisper/WhisperPeer.cpp

@ -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;
}

Loading…
Cancel
Save