|
|
@ -2,8 +2,8 @@ |
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef BITCOIN_COINCONTROL_H |
|
|
|
#ifndef BITCOIN_WALLET_COINCONTROL_H |
|
|
|
#define BITCOIN_COINCONTROL_H |
|
|
|
#define BITCOIN_WALLET_COINCONTROL_H |
|
|
|
|
|
|
|
|
|
|
|
#include "primitives/transaction.h" |
|
|
|
#include "primitives/transaction.h" |
|
|
|
|
|
|
|
|
|
|
@ -73,4 +73,4 @@ private: |
|
|
|
std::set<COutPoint> setSelected; |
|
|
|
std::set<COutPoint> setSelected; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif // BITCOIN_COINCONTROL_H
|
|
|
|
#endif // BITCOIN_WALLET_COINCONTROL_H
|