Fix test build
This commit is contained in:
parent
53e144ae6b
commit
f44bb5d1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ BOOST_AUTO_TEST_CASE( two_node_network )
|
|||
|
||||
now += GRAPHENE_DEFAULT_BLOCK_INTERVAL;
|
||||
app2.p2p_node()->broadcast(graphene::net::block_message(db2->generate_block(
|
||||
now, db2->get_scheduled_witness( 1 ).first, genesis_key )));
|
||||
now, db2->get_scheduled_witness( 1 ).first, genesis_key, database::skip_nothing )));
|
||||
|
||||
fc::usleep(fc::milliseconds(500));
|
||||
BOOST_CHECK_EQUAL(app1.p2p_node()->get_connection_count(), 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue