Skip to content

Commit

Permalink
Minor correction to IssueAsset method
Browse files Browse the repository at this point in the history
  • Loading branch information
James authored Aug 17, 2018
1 parent 6d0ae7f commit 4f918ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ myAddress.sendAsset(recipient = pw.Address('3PNTcNiUzppQXDL9RZrK3BcftbujiFqrAfM'
```python
import pywaves as pw

myToken = myAddress.issueToken( name = "MyToken",
myToken = myAddress.issueAsset( name = "MyToken",
description = "This is my first token",
quantity = 1000000,
decimals = 2 )
Expand Down

0 comments on commit 4f918ed

Please sign in to comment.