From a62fd177da5dfb00260cd13db1572b0824e21742 Mon Sep 17 00:00:00 2001 From: lostystyg Date: Fri, 10 Jun 2022 09:05:43 +0300 Subject: [PATCH] Fixed select ordering in events --- src/pocketdb/repositories/web/WebRpcRepository.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketdb/repositories/web/WebRpcRepository.cpp b/src/pocketdb/repositories/web/WebRpcRepository.cpp index b33bbc4e6..60a28105f 100644 --- a/src/pocketdb/repositories/web/WebRpcRepository.cpp +++ b/src/pocketdb/repositories/web/WebRpcRepository.cpp @@ -4832,9 +4832,9 @@ namespace PocketDb ('privatecontent')TP, c.Hash, c.Type, + c.String1, c.Height as Height, c.BlockNum as BlockNum, - c.String1, null, p.String2, pac.String2, @@ -4889,9 +4889,9 @@ namespace PocketDb ('boost')TP, tBoost.Hash, tboost.Type, + tBoost.String1, tBoost.Height as Height, tBoost.BlockNum as BlockNum, - tBoost.String1, tBoost.Int1, null, pac.String2,