Browse Source

Fuzz: Rebase

cl-refactor
Dimitry 9 years ago
parent
commit
0d41a51b16
  1. 1
      test/libdevcore/rlp.cpp

1
test/libdevcore/rlp.cpp

@ -129,7 +129,6 @@ namespace dev
{
bytes payloadToDecode = fromHex(o["out"].get_str());
RLP payload(payloadToDecode);
ostringstream() << payload;
//attempt to read all the contents of RLP
ostringstream() << payload;

Loading…
Cancel
Save