Update Hashlock and ID examples for the webide
type:fixed
For LIGO developers
As reported by Thomas, some of the example contracts in the webide are not compiling. This is mainly due to the deprecation of amount
and sender
(now they must be accessed as Tezos.amount
/ Tezos.sender
).
This MR fixes the ID
and Hashlock
examples.
Changelog details: