diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 39f9d6d96..4e0f77186 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -1,359 +1,361 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Copyright (c) 2017-2019 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_PRIMITIVES_TRANSACTION_H #define BITCOIN_PRIMITIVES_TRANSACTION_H #include #include #include #include