|
@ -628,7 +628,6 @@ int main(int argc, char** argv) |
|
|
nodeMode == NodeMode::Full ? set<string>{"eth"/*, "shh"*/} : set<string>(), |
|
|
nodeMode == NodeMode::Full ? set<string>{"eth"/*, "shh"*/} : set<string>(), |
|
|
netPrefs, |
|
|
netPrefs, |
|
|
&nodesState); |
|
|
&nodesState); |
|
|
|
|
|
|
|
|
auto toNumber = [&](string const& s) -> unsigned { |
|
|
auto toNumber = [&](string const& s) -> unsigned { |
|
|
if (s == "latest") |
|
|
if (s == "latest") |
|
|
return web3.ethereum()->number(); |
|
|
return web3.ethereum()->number(); |
|
|