Browse Source

removed resize

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
15b899df64
  1. 1
      test/jsonrpc.cpp

1
test/jsonrpc.cpp

@ -77,7 +77,6 @@ struct Setup
string fromAscii(string _s)
{
bytes b = asBytes(_s);
b.resize(max<unsigned>(b.size(), 32));
return "0x" + toHex(b);
}

Loading…
Cancel
Save