提交 73b8221f 编写于 作者: A Anton Perkov

typo fix #3339

上级 4482f5dc
......@@ -314,7 +314,7 @@ namespace eosio { namespace testing {
vcfg.state_dir = tempdir.path() / std::string("v_").append(config::default_state_dir_name);
vcfg.state_size = 1024*1024*8;
vcfg.reversible_cache_size = 1024*1024*8;
cfg.contracts_console = false;
vcfg.contracts_console = false;
vcfg.genesis.initial_timestamp = fc::time_point::from_iso_string("2020-01-01T00:00:00.000");
vcfg.genesis.initial_key = get_public_key( config::system_account_name, "active" );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册