Gas pricing infrastructure and a couple of pricing mechanisms.

This commit is contained in:
Gav Wood 2015-03-07 16:43:05 +01:00
parent 986fdb9d5f
commit a2ca8cefb7

View File

@ -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())
{