提交 613e256a 编写于 作者: N Nathan Hourt

Fix failing test

上级 9781e5ef
......@@ -326,6 +326,7 @@ signed_block chain_controller::_generate_block(
if( new_total_size >= maximum_block_size )
{
postponed_tx_count++;
++itr;
continue;
}
......
......@@ -508,6 +508,7 @@ BOOST_FIXTURE_TEST_CASE(auth_links, testing_fixture) { try {
}
Transfer_Asset(chain, inita, alice, Asset(1000));
chain.produce_blocks();
// Take off the training wheels, we're gonna fully validate transactions now
chain.set_auto_sign_transactions(false);
chain.set_skip_transaction_signature_checking(false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册