From a14fdf8d5a672c0bca418ca904f5de7ce75241b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Sat, 9 Apr 2022 23:43:11 -0500 Subject: 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` --- src/wallet/api/wallet2_api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/api') 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 { -- cgit v1.2.3