Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/guides/plutus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Similarly, redeemer can be serialized like following::
>>> redeemer.to_cbor()
'840000d8668218829f187b433233349fffa2014131024132ff821a000f42401a000f4240'

------------------
Example - FortyTwo
------------------
-----------------------
Example - Gift Contract
-----------------------

We demonstrate how these concepts come into play using a simple example from `eopsin <https://github.com/ImperatorLang/eopsin>`_.
A user can lock funds together with a public key hash.
Expand Down