Fix test build

This commit is contained in:
Vikram Rajkumar 2015-06-18 14:28:39 -04:00
parent 53e144ae6b
commit f44bb5d1eb

View file

@ -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);