From c680b4e533a297c7e241602aec56fcd9a5aad06e Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Wed, 1 Aug 2018 15:24:55 +0200 Subject: [PATCH] Rephrase some fixes I --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e90cfa..98f54643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ Tag name: v2.0.0b5 ### Fixed -* Raise DoubleSpend exception if transaction is already part of the database. [Pull request #2422](https://github.com/bigchaindb/bigchaindb/pull/2422). +* 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). ## [2.0 Beta 4] - 2018-07-30