BTCP-Rebase/src/consensus/joinsplit.h

11 lines
393 B
C

// Copyright (c) 2018 The Bitcoin Private developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CONSENSUS_JOINSPLIT_H
#define BITCOIN_CONSENSUS_JOINSPLIT_H
bool CheckTransactionJoinsplits(const CTransaction& tx, CValidationState &state);
#endif // BITCOIN_CONSENSUS_JOINSPLIT_H