From 572b0722717b61f299062a236b6c54344d24d508 Mon Sep 17 00:00:00 2001 From: CJ Cobb Date: Fri, 28 May 2021 10:42:13 -0400 Subject: [PATCH] lots of tests --- reporting/DBHelpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reporting/DBHelpers.h b/reporting/DBHelpers.h index caf6d79a..2a086705 100644 --- a/reporting/DBHelpers.h +++ b/reporting/DBHelpers.h @@ -44,6 +44,8 @@ struct AccountTransactionsData , txHash(txHash) { } + + AccountTransactionsData() = default; }; template