aboutsummaryrefslogtreecommitdiffstats
path: root/jsonrpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc.cpp')
-rw-r--r--jsonrpc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp
index ff83ae19..bef30429 100644
--- a/jsonrpc.cpp
+++ b/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);
}