code cleaning

This commit is contained in:
moneroexamples 2016-05-22 13:43:32 +08:00
parent 7c4e0f3044
commit 3633a33643
1 changed files with 0 additions and 13 deletions

View File

@ -1846,19 +1846,6 @@ namespace xmreg {
private:
map<string, vector<string>>
get_tx_keys(vector<tx_info> tx_infos)
{
map<string, vector<string>> tx_keys;
for (const tx_info& tx_info: tx_infos)
{
}
return tx_keys;
}
tx_details
get_tx_details(const transaction& tx, bool coinbase = false)
{