Browse Source

Remove the 1m gas reference.

cl-refactor
Gav Wood 10 years ago
parent
commit
83a26ddc4b
  1. 2
      libethereum/Client.h

2
libethereum/Client.h

@ -110,7 +110,7 @@ public:
private:
u256 m_weiPerRef;
u256 m_refsPerBlock;
u256 m_gasPerBlock = 1000000;
u256 m_gasPerBlock = 3141592;
std::array<u256, 9> m_octiles;
};

Loading…
Cancel
Save