From c9f7e8ca3babbc3e38d1f09eb5326a9371b51b54 Mon Sep 17 00:00:00 2001 From: Acer 2 Date: Wed, 21 Feb 2018 16:01:03 +0200 Subject: [PATCH] Transactions sort --- testDirectory/orderByHash | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/testDirectory/orderByHash b/testDirectory/orderByHash index f8d29a7..0698a3a 100644 --- a/testDirectory/orderByHash +++ b/testDirectory/orderByHash @@ -5,6 +5,38 @@ output 1 2 2 2 pulse +2 +digest +t1 + +input +2 2 +3 1 +output +2 3 +3 2 +pulse +1 +digest +t2 + +input +1 2 +2 1 +output +1 3 +2 2 +pulse +3 +digest +t3 +input +1 1 +2 1 +output +1 2 +2 2 +pulse 1 digest t1