diff --git a/src/psbt.h b/src/psbt.h index c9fc744782..be91b06590 100644 --- a/src/psbt.h +++ b/src/psbt.h @@ -1,575 +1,592 @@ // Copyright (c) 2009-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_PSBT_H #define BITCOIN_PSBT_H #include #include #include #include #include #include