Skip to content

Commit 536e2ba

Browse files
authored
Fix typo in documentation pointing to Network.PREPROD
Network should probably longterm also have values to distinguish the subnetworks
1 parent f2ec54e commit 536e2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/plutus.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Back into the python console.
118118
Similar to `Transaction guide <../guides/transaction.html>`_, we build a chain context using `BlockFrostChainContext <../api/pycardano.backend.base.html#pycardano.backend.blockfrost.BlockFrostChainContext>`_::
119119

120120
>>> from pycardano import BlockFrostChainContext, Network
121-
>>> network = Network.PREPROD
121+
>>> network = Network.TESTNET
122122
>>> context = BlockFrostChainContext("your_blockfrost_project_id", network)
123123

124124
Step 2

0 commit comments

Comments
 (0)