Reset the chain
This commit is contained in:
parent
b6ed841ccf
commit
dbe4a20d4a
@ -1 +1 @@
|
|||||||
2018-03-18T17:36:14Z
|
2018-04-17T11:46:23Z
|
||||||
|
@ -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-18T17:36:14Z" ;
|
Time.of_notation_exn "2018-04-17T11:46:23Z" ;
|
||||||
block =
|
block =
|
||||||
Block_hash.of_b58check_exn
|
Block_hash.of_b58check_exn
|
||||||
"BLockGenesisGenesisGenesisGenesisGenesisd83c5erKDpS" ;
|
"BLockGenesisGenesisGenesisGenesisGenesisa52f8bUWPcg" ;
|
||||||
protocol =
|
protocol =
|
||||||
Protocol_hash.of_b58check_exn
|
Protocol_hash.of_b58check_exn
|
||||||
"ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im" ;
|
"ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im" ;
|
||||||
|
@ -170,7 +170,7 @@ let encoding =
|
|||||||
|
|
||||||
let versions =
|
let versions =
|
||||||
let open P2p_version in
|
let open P2p_version in
|
||||||
[ { name = "TEZOS_2018-03-18T17:36:14Z" ;
|
[ { name = "TEZOS_2018-04-17T11:46:23Z" ;
|
||||||
major = 0 ;
|
major = 0 ;
|
||||||
minor = 0 ;
|
minor = 0 ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user