Skip to content

Commit

Permalink
Missing imports in SC tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
TjadenFroyda committed Jul 12, 2021
1 parent 27025a5 commit a731131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/SmartContracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Please refer to [pystratis documentation](https://pystratis.readthedocs.io/en/la
```python
from pystratis.nodes import CirrusNode
from pystratis.core.networks import CirrusTest
from pystratis.core.types import Money
from pystratis.core.types import Money, int32
from pystratis.core import SmartContractParameterType, SmartContractParameter

# The smart contracts are available on Cirrus sidechain.
node = CirrusNode(blockchainnetwork=CirrusTest())
Expand Down

0 comments on commit a731131

Please sign in to comment.