From 15b899df646e11b1c626de0ee1cda46be2388f12 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 9 Jan 2015 16:38:56 +0100 Subject: [PATCH] removed resize --- test/jsonrpc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/jsonrpc.cpp b/test/jsonrpc.cpp index ff83ae195..bef304295 100644 --- a/test/jsonrpc.cpp +++ b/test/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); }