diff options
| author | Jeffrey <jeffryan@tamu.edu> | 2022-04-09 23:43:11 -0500 |
|---|---|---|
| committer | Jeffrey <jeffryan@tamu.edu> | 2022-04-09 23:47:02 -0500 |
| commit | a14fdf8d5a672c0bca418ca904f5de7ce75241b0 (patch) | |
| tree | e121500faf550d559486e8c9b3e0d627579efbe9 /src/wallet | |
| parent | f49fc9b4876382d5c6f08fd7a6125b554c49e260 (diff) | |
| download | monzero-core-a14fdf8d5a672c0bca418ca904f5de7ce75241b0.tar.gz monzero-core-a14fdf8d5a672c0bca418ca904f5de7ce75241b0.tar.xz monzero-core-a14fdf8d5a672c0bca418ca904f5de7ce75241b0.zip | |
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/wallet')
| -rw-r--r-- | src/wallet/api/wallet2_api.h | 1 |
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 { |
