Rephrase some fixes II

This commit is contained in:
Ahmed Muawia Khan 2018-08-01 15:34:22 +02:00
parent c680b4e533
commit 1600d34361
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Tag name: v2.0.0b5
### Fixed
* Stateful validation raises a DoubleSpend exception if the same transaction already exists in the blockchain. [Pull request #2422](https://github.com/bigchaindb/bigchaindb/pull/2422).
* Stateful validation raises a DoubleSpend exception if there is any other transaction that spends the same output(s) even if it has the same transaction ID. [Pull request #2422](https://github.com/bigchaindb/bigchaindb/pull/2422).
## [2.0 Beta 4] - 2018-07-30