mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Basic client.
This commit is contained in:
parent
7c9a1238b7
commit
3dbed499c3
@ -47,7 +47,7 @@ int stateTest()
|
||||
|
||||
// Mine to get some ether!
|
||||
s.commitToMine(bc);
|
||||
while (s.mine(100).completed()) {}
|
||||
while (s.mine(100).completed) {}
|
||||
bc.attemptImport(s.blockData(), stateDB);
|
||||
|
||||
cout << bc;
|
||||
@ -74,7 +74,7 @@ int stateTest()
|
||||
|
||||
// Mine to get some ether and set in stone.
|
||||
s.commitToMine(bc);
|
||||
while (s.mine(100).completed()) {}
|
||||
while (s.mine(100).completed) {}
|
||||
bc.attemptImport(s.blockData(), stateDB);
|
||||
|
||||
cout << bc;
|
||||
|
Loading…
Reference in New Issue
Block a user