diff --git a/jsonrpc.cpp b/jsonrpc.cpp index ff83ae195..bef304295 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -77,7 +77,6 @@ struct Setup string fromAscii(string _s) { bytes b = asBytes(_s); - b.resize(max(b.size(), 32)); return "0x" + toHex(b); }