Skip to content

Commit 57a794e

Browse files
authored
Merge pull request #146 from nielstron/patch-2
Rename plutus sample contract name to correct "Gift contract"
2 parents b485784 + c8bfa08 commit 57a794e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/guides/plutus.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Similarly, redeemer can be serialized like following::
6666
>>> redeemer.to_cbor()
6767
'840000d8668218829f187b433233349fffa2014131024132ff821a000f42401a000f4240'
6868

69-
------------------
70-
Example - FortyTwo
71-
------------------
69+
-----------------------
70+
Example - Gift Contract
71+
-----------------------
7272

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

0 commit comments

Comments
 (0)