Skip to content

Commit

Permalink
Merge pull request #146 from nielstron/patch-2
Browse files Browse the repository at this point in the history
Rename plutus sample contract name to correct "Gift contract"
  • Loading branch information
cffls authored Jan 15, 2023
2 parents b485784 + c8bfa08 commit 57a794e
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 57a794e

Please sign in to comment.