bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
105 stars 104 forks source link

Documentation fix #437

Closed aruseni closed 6 years ago

aruseni commented 6 years ago

Actually if using the example, a CREATE transaction is consumed, and its ID is used.

Fixes #436

aruseni commented 6 years ago

@codegeschrei Take a look at this file. There are 2 places where it is mentioned that the ID of the asset is the ID of the transaction which was used for creating the asset:

So do you think it is necessary to mention it another time? IMHO keeping things short is always a good idea if it does not interfere with the ease to understand the documentation.

ttmc commented 6 years ago

...keeping things short is always a good idea if it does not interfere with the ease to understand the documentation.

I suppose that's a reasonable reason to remove it.