From 7b7df90e7643f09e8bbc6592b5d3e974919ebac4 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Sat, 30 Jun 2018 13:07:30 +0300 Subject: fix default difficulty to comply with YP rules fix soltest to work with the recent aleth --test --- test/RPCSession.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/RPCSession.cpp b/test/RPCSession.cpp index 160b0047..48c8a249 100644 --- a/test/RPCSession.cpp +++ b/test/RPCSession.cpp @@ -247,8 +247,8 @@ void RPCSession::test_setChainParams(vector const& _accounts) "gasLimit": "0x1000000000000", "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce": "0x0000000000000042", - "difficulty": "1" - }, + "difficulty": "131072" + }, "accounts": { "0000000000000000000000000000000000000001": { "wei": "1", "precompiled": { "name": "ecrecover", "linear": { "base": 3000, "word": 0 } } }, "0000000000000000000000000000000000000002": { "wei": "1", "precompiled": { "name": "sha256", "linear": { "base": 60, "word": 12 } } }, -- cgit v1.2.3