mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Gas pricing infrastructure and a couple of pricing mechanisms.
This commit is contained in:
parent
986fdb9d5f
commit
a2ca8cefb7
@ -87,7 +87,7 @@ void doBlockchainTests(json_spirit::mValue& _v, bool _fillin)
|
|||||||
|
|
||||||
// get txs
|
// get txs
|
||||||
TransactionQueue txs;
|
TransactionQueue txs;
|
||||||
GasPricer gp(10000);
|
TrivialGasPricer gp;
|
||||||
BOOST_REQUIRE(blObj.count("transactions"));
|
BOOST_REQUIRE(blObj.count("transactions"));
|
||||||
for (auto const& txObj: blObj["transactions"].get_array())
|
for (auto const& txObj: blObj["transactions"].get_array())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user