Skip to content

Commit

Permalink
1545 Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Nov 20, 2024
1 parent db7817f commit 253edec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/unittests/libweb3jsonrpc/jsonrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3641,11 +3641,7 @@ BOOST_AUTO_TEST_CASE( etherbase_generation2 ) {
JsonRpcFixture fixture( c_genesisGeneration2ConfigString, false, false, true );
string etherbase = fixture.rpcClient->eth_coinbase();

cout << "Etherbase:" << etherbase << endl;

// before mining
u256 etherbaseBalance = fixture.client->balanceAt( jsToAddress( etherbase ) );
BOOST_REQUIRE_EQUAL( etherbaseBalance, 0 );

// mine block without transactions
dev::eth::simulateMining( *( fixture.client ), 1 );
Expand Down

0 comments on commit 253edec

Please sign in to comment.