removed resize

This commit is contained in:
Marek Kotewicz 2015-01-09 16:38:56 +01:00
parent 2dfe5b1517
commit 75660470d2

View File

@ -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);
}