From 203a2cb88c85f922618529d996df9bce47b2b8e1 Mon Sep 17 00:00:00 2001 From: winsvega Date: Thu, 23 Apr 2015 03:50:27 +0300 Subject: [PATCH] BlockWeight: jsonrpc fix refactoring --- test/libweb3jsonrpc/jsonrpc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/libweb3jsonrpc/jsonrpc.cpp b/test/libweb3jsonrpc/jsonrpc.cpp index e2b7860ab..7ec51eec1 100644 --- a/test/libweb3jsonrpc/jsonrpc.cpp +++ b/test/libweb3jsonrpc/jsonrpc.cpp @@ -35,7 +35,7 @@ #include #include #include "../JsonSpiritHeaders.h" -#include "../TestHelper.h" +#include "" #include "webthreestubclient.h" BOOST_AUTO_TEST_SUITE(jsonrpc) @@ -75,7 +75,7 @@ struct Setup string fromAscii(string _s) { bytes b = asBytes(_s); - return jsonHex(b); + return toHex(b, 2, HexPrefix::Add); } BOOST_FIXTURE_TEST_SUITE(environment, Setup)