From 1600d34361eb47301581423a99d244f31aead321 Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Wed, 1 Aug 2018 15:34:22 +0200 Subject: [PATCH] Rephrase some fixes II --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f54643..5c531b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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