move all storage initialization outside of the contract (specifically, revocation_lock, delay_expiry, and status) for consistency. Previously it appeared as though these values were hard coded. This refactor makes the contract initialization more consistent with how originate is called in zeekoe.
Note that these changes do not affect the compiled .tz and .json files.
close_scalar
revocation_lock
,delay_expiry
, andstatus
) for consistency. Previously it appeared as though these values were hard coded. This refactor makes the contract initialization more consistent with howoriginate
is called in zeekoe.Note that these changes do not affect the compiled .tz and .json files.