diff --git a/src/MySqlAccounts.h b/src/MySqlAccounts.h index 2595cbe..8e17377 100644 --- a/src/MySqlAccounts.h +++ b/src/MySqlAccounts.h @@ -597,6 +597,14 @@ public: } + bool + select_txs_with_inputs_and_outputs(const uint64_t& account_id, + vector& txs) + { + return mysql_tx_inout->select(account_id, txs); + } + + bool select_outputs(const uint64_t& account_id, vector& outs) {