From 3468a81204e450a165bc57b9ac06b887a80df2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83lina=20Cenan?= Date: Tue, 24 May 2022 22:18:09 +0300 Subject: [PATCH] Removes unnecessary readme line. (#841) --- READMEs/data-nfts-and-datatokens-flow.md | 1 - 1 file changed, 1 deletion(-) diff --git a/READMEs/data-nfts-and-datatokens-flow.md b/READMEs/data-nfts-and-datatokens-flow.md index caff47e10..d9c421a20 100644 --- a/READMEs/data-nfts-and-datatokens-flow.md +++ b/READMEs/data-nfts-and-datatokens-flow.md @@ -102,7 +102,6 @@ In the same python console: # Create ERC20 token related to the above NFT. from ocean_lib.web3_internal.constants import ZERO_ADDRESS -nft_factory = ocean.get_nft_factory() erc20_token = erc721_nft.create_datatoken( template_index=1, # default value name="ERC20DT1", # name for ERC20 token