Reset the chain

This commit is contained in:
Grégoire Henry 2018-03-08 07:08:24 +01:00
parent cdeff6d3ca
commit f926cfc0ac
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2018-03-07T17:39:23Z 2018-03-08T06:08:24Z

View File

@ -11,10 +11,10 @@ open Logging.Node.Main
let genesis : State.Chain.genesis = { let genesis : State.Chain.genesis = {
time = time =
Time.of_notation_exn "2018-03-07T17:39:23Z" ; Time.of_notation_exn "2018-03-08T06:08:24Z" ;
block = block =
Block_hash.of_b58check_exn Block_hash.of_b58check_exn
"BLockGenesisGenesisGenesisGenesisGenesis1ff34ei9xjh" ; "BLockGenesisGenesisGenesisGenesisGenesisd5f1edmn4BF" ;
protocol = protocol =
Protocol_hash.of_b58check_exn Protocol_hash.of_b58check_exn
"ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im" ; "ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im" ;

View File

@ -170,7 +170,7 @@ let encoding =
let versions = let versions =
let open P2p_version in let open P2p_version in
[ { name = "TEZOS" ; [ { name = "TEZOS_2018-03-08T06:08:24Z" ;
major = 0 ; major = 0 ;
minor = 0 ; minor = 0 ;
} }