MOVEONLY: Move rpcwallet to rpc/wallet

This commit is contained in:
Samuel Dobson
2021-12-01 16:43:31 +13:00
parent 8e30875fde
commit e116b9747d
4 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
#include <wallet/ismine.h>
#include <wallet/load.h>
#include <wallet/receive.h>
#include <wallet/rpcwallet.h>
#include <wallet/rpc/wallet.h>
#include <wallet/spend.h>
#include <wallet/wallet.h>