trivial: Improve include comment in src/interfaces/wallet.h
This commit is contained in:
parent
615f7c2884
commit
defffb3587
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#define BITCOIN_INTERFACES_WALLET_H
|
#define BITCOIN_INTERFACES_WALLET_H
|
||||||
|
|
||||||
#include <amount.h> // For CAmount
|
#include <amount.h> // For CAmount
|
||||||
#include <pubkey.h> // For CTxDestination (CKeyID and CScriptID)
|
#include <pubkey.h> // For CKeyID and CScriptID (definitions needed in CTxDestination instantiation)
|
||||||
#include <script/ismine.h> // For isminefilter, isminetype
|
#include <script/ismine.h> // For isminefilter, isminetype
|
||||||
#include <script/standard.h> // For CTxDestination
|
#include <script/standard.h> // For CTxDestination
|
||||||
#include <support/allocators/secure.h> // For SecureString
|
#include <support/allocators/secure.h> // For SecureString
|
||||||
|
|
Loading…
Reference in a new issue