|
|
@ -3,8 +3,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_CORE_TRANSACTION_H |
|
|
|
#ifndef BITCOIN_PRIMITIVES_TRANSACTION_H |
|
|
|
#define BITCOIN_CORE_TRANSACTION_H |
|
|
|
#define BITCOIN_PRIMITIVES_TRANSACTION_H |
|
|
|
|
|
|
|
|
|
|
|
#include "amount.h" |
|
|
|
#include "amount.h" |
|
|
|
#include "script/script.h" |
|
|
|
#include "script/script.h" |
|
|
@ -273,4 +273,4 @@ struct CMutableTransaction |
|
|
|
uint256 GetHash() const; |
|
|
|
uint256 GetHash() const; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif // BITCOIN_CORE_TRANSACTION_H
|
|
|
|
#endif // BITCOIN_PRIMITIVES_TRANSACTION_H
|