mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-26 15:36:19 +01:00
Move ismine to wallet module
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <timedata.h>
|
||||
#include <util/system.h>
|
||||
#include <policy/policy.h>
|
||||
#include <wallet/ismine.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <chain.h>
|
||||
#include <interfaces/wallet.h>
|
||||
#include <key_io.h>
|
||||
#include <wallet/ismine.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user