add basic account_tx handler

This commit is contained in:
CJ Cobb
2020-12-23 14:48:34 -05:00
parent 943cac57ea
commit 72add230f6
5 changed files with 197 additions and 10 deletions

View File

@@ -62,7 +62,8 @@ target_sources(reporting PRIVATE
reporting/ReportingETL.cpp
handlers/AccountInfo.cpp
handlers/Tx.cpp
handlers/RPCHelpers.cpp)
handlers/RPCHelpers.cpp
handlers/AccountTx.cpp)
message(${Boost_LIBRARIES})