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 19, 2024
1 parent 59eb445 commit db7817f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittests/libweb3jsonrpc/jsonrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3641,6 +3641,8 @@ 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 );
Expand Down

0 comments on commit db7817f

Please sign in to comment.