aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubtly <subtly@users.noreply.github.com>2015-03-08 05:47:53 +0800
committersubtly <subtly@users.noreply.github.com>2015-03-08 05:47:53 +0800
commit845053da1915ca9150a05a92d31cbb3e4f97ed56 (patch)
tree2ea5f5508b8ef8eb1d05e3304a49f5eab662a23b
parentc46b429993f631c2579fed0aed8b4e18d5fd4948 (diff)
parenta2ca8cefb7bf542e7256cf5645575d9dc945589f (diff)
downloaddexon-solidity-845053da1915ca9150a05a92d31cbb3e4f97ed56.tar.gz
dexon-solidity-845053da1915ca9150a05a92d31cbb3e4f97ed56.tar.zst
dexon-solidity-845053da1915ca9150a05a92d31cbb3e4f97ed56.zip
Merge branch 'develop' into p2p
-rw-r--r--blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockchain.cpp b/blockchain.cpp
index ccbc8495..0e1128ef 100644
--- a/blockchain.cpp
+++ b/blockchain.cpp
@@ -87,7 +87,7 @@ void doBlockchainTests(json_spirit::mValue& _v, bool _fillin)
// get txs
TransactionQueue txs;
- GasPricer gp(10000);
+ TrivialGasPricer gp;
BOOST_REQUIRE(blObj.count("transactions"));
for (auto const& txObj: blObj["transactions"].get_array())
{