aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeffrey <jeffryan@tamu.edu>2022-04-09 23:43:11 -0500
committerJeffrey <jeffryan@tamu.edu>2022-04-09 23:47:02 -0500
commita14fdf8d5a672c0bca418ca904f5de7ce75241b0 (patch)
treee121500faf550d559486e8c9b3e0d627579efbe9 /src
parentMerge pull request #8242 (diff)
downloadmonero-a14fdf8d5a672c0bca418ca904f5de7ce75241b0.tar.xz
Remove /include
* `IWallet.h` hasn't been touched since 2014, and has been replaced by `src/wallet/api/wallet2_api.h` * `INode.h` is in a similar situation with `src/p2p/net_node.h`
Diffstat (limited to 'src')
-rw-r--r--src/wallet/api/wallet2_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h
index 0701e1a0e..c6f81f0e4 100644
--- a/src/wallet/api/wallet2_api.h
+++ b/src/wallet/api/wallet2_api.h
@@ -423,7 +423,6 @@ struct WalletListener
/**
* @brief Interface for wallet operations.
- * TODO: check if /include/IWallet.h is still actual
*/
struct Wallet
{