Update initial nonces

This commit is contained in:
Benjamin Canou 2018-06-30 15:46:37 +02:00
parent 6cf03d0f6b
commit 712f972a10
2 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,7 @@ let init_contract ~typecheck ctxt
let init ctxt ~typecheck ?ramp_up_cycles ?no_reward_cycles accounts contracts =
let nonce =
Operation_hash.hash_bytes
(* FIXME: change this nonce before lunch *)
[ MBytes.of_string "ZERONET_INIT_ORIGINATION_NONCE" ] in
[ MBytes.of_string "Un festival de GADT." ] in
let ctxt = Raw_context.init_origination_nonce ctxt nonce in
fold_left_s init_account ctxt accounts >>=? fun ctxt ->
fold_left_s (init_contract ~typecheck) ctxt contracts >>=? fun ctxt ->

View File

@ -16,7 +16,7 @@ type nonce = MBytes.t
let nonce_encoding = Data_encoding.Fixed.bytes Constants_repr.nonce_length
let init = "1234567890123456789012"
let init = "Laissez-faire les proprietaires."
let zero_bytes = MBytes.of_string (String.make Nonce_hash.size '\000')
let state_hash_encoding =