Skip to content

Commit 77d58e7

Browse files
authored
Merge pull request #19 from stutxo/patch-1
fix spelling mistake in README.md
2 parents 32efc1e + 127af6f commit 77d58e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WIP Python framework for MATT smart contracts
22

3-
This repository contains a (very much Work In Progress) framework to create and test smart contracts using the `OP_CHECKCONTRACVERIFY` opcode of MATT.
3+
This repository contains a (very much Work In Progress) framework to create and test smart contracts using the `OP_CHECKCONTRACTVERIFY` opcode of MATT.
44

55
# Prerequisites
66
## Installing the library
@@ -95,4 +95,4 @@ Refer to the [pytest documentation](https://docs.pytest.org/) for more advanced
9595

9696
## Report
9797

98-
Some tests produce additional illustrative info about the transactions produced during the contract execution, in a Markdown report called `report.md`.
98+
Some tests produce additional illustrative info about the transactions produced during the contract execution, in a Markdown report called `report.md`.

0 commit comments

Comments
 (0)