提交 0f89ca29 编写于 作者: A arhag

change default genesis timestamp

上级 a49623db
......@@ -11,7 +11,7 @@
namespace eosio { namespace chain {
genesis_state::genesis_state() {
initial_timestamp = fc::time_point::from_iso_string( "2018-03-02T12:00:00" );
initial_timestamp = fc::time_point::from_iso_string( "2018-06-01T12:00:00" );
initial_key = fc::variant(eosio_root_key).as<public_key_type>();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册