You might be a king or a little street zsweeper, but sooner or later you will dance with the reaper
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2016-2022 The Hush developers
|
||||
// Copyright (c) 2018 The Zcash developers
|
||||
// Distributed under the GPLv3 software license, see the accompanying
|
||||
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
@@ -17,8 +18,8 @@
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef ZCASH_CONSENSUS_UPGRADES_H
|
||||
#define ZCASH_CONSENSUS_UPGRADES_H
|
||||
#ifndef HUSH_CONSENSUS_UPGRADES_H
|
||||
#define HUSH_CONSENSUS_UPGRADES_H
|
||||
|
||||
#include "consensus/params.h"
|
||||
|
||||
@@ -114,4 +115,4 @@ boost::optional<int> NextActivationHeight(
|
||||
int nHeight,
|
||||
const Consensus::Params& params);
|
||||
|
||||
#endif // ZCASH_CONSENSUS_UPGRADES_H
|
||||
#endif // HUSH_CONSENSUS_UPGRADES_H
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2016-2022 The Hush developers
|
||||
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
||||
// Copyright (c) 2009-2014 The Bitcoin Core developers
|
||||
// Distributed under the GPLv3 software license, see the accompanying
|
||||
|
||||
Reference in New Issue
Block a user