From 75660470d256109817b1962ef88dd42aca6a0d91 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 9 Jan 2015 16:38:56 +0100 Subject: [PATCH] removed resize --- jsonrpc.cpp | 1 - 1 file changed, 1 deletion(-) 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); }