Skip to content

Commit

Permalink
modified: src/activemasternode.cpp
Browse files Browse the repository at this point in the history
	modified:   src/activemasternode.h
	modified:   src/base58.cpp
	modified:   src/base58.h
	modified:   src/bitcoin-cli.cpp
	modified:   src/bitcoin-tx.cpp
	modified:   src/bitcoind.cpp
	modified:   src/cachemap.h
	modified:   src/cachemultimap.h
	modified:   src/chain.h
	modified:   src/chainparams.cpp
	modified:   src/chainparams.h
	modified:   src/checkpoints.cpp
	modified:   src/checkpoints.h
	modified:   src/consensus/consensus.h
	modified:   src/consensus/params.h
	modified:   src/crypto/nist5.h
	modified:   src/crypto/x11.h
	modified:   src/crypto/x16r.h
	modified:   src/dsnotificationinterface.cpp
	modified:   src/dsnotificationinterface.h
	modified:   src/flat-database.h
	modified:   src/governance-classes.cpp
	modified:   src/governance-classes.h
	modified:   src/governance-exceptions.h
	modified:   src/governance-misc.h
	modified:   src/governance-object.cpp
	modified:   src/governance-object.h
	modified:   src/governance-validators.cpp
	modified:   src/governance-validators.h
	modified:   src/governance-vote.cpp
	modified:   src/governance-vote.h
	modified:   src/governance-votedb.cpp
	modified:   src/governance-votedb.h
	modified:   src/governance.cpp
	modified:   src/governance.h
	modified:   src/httpserver.cpp
	modified:   src/init.cpp
	modified:   src/instantx.cpp
	modified:   src/instantx.h
	modified:   src/keepass.cpp
	modified:   src/keepass.h
	modified:   src/masternode-payments.cpp
	modified:   src/masternode-payments.h
	modified:   src/masternode-sync.cpp
	modified:   src/masternode-sync.h
	modified:   src/masternode.cpp
	modified:   src/masternode.h
	modified:   src/masternodeconfig.cpp
	modified:   src/masternodeconfig.h
	modified:   src/masternodeman.cpp
	modified:   src/masternodeman.h
	modified:   src/messagesigner.cpp
	modified:   src/messagesigner.h
	modified:   src/miner.cpp
	modified:   src/miner.h
	modified:   src/net.cpp
	modified:   src/net.h
	modified:   src/net_processing.cpp
	modified:   src/net_processing.h
	modified:   src/netaddress.cpp
	modified:   src/netaddress.h
	modified:   src/netfulfilledman.cpp
	modified:   src/netfulfilledman.h
	modified:   src/policy/fees.cpp
	modified:   src/policy/fees.h
	modified:   src/primitives/transaction.cpp
	modified:   src/primitives/transaction.h
	modified:   src/privatesend-client.cpp
	modified:   src/privatesend-client.h
	modified:   src/privatesend-server.cpp
	modified:   src/privatesend-server.h
	modified:   src/privatesend-util.cpp
	modified:   src/privatesend-util.h
	modified:   src/privatesend.cpp
	modified:   src/privatesend.h
	modified:   src/protocol.cpp
	modified:   src/protocol.h
	modified:   src/qt/addressbookpage.cpp
	modified:   src/qt/askpassphrasedialog.cpp
	modified:   src/qt/askpassphrasedialog.h
	modified:   src/qt/bitcoin.cpp
	modified:   src/qt/bitcoingui.cpp
	modified:   src/qt/bitcoingui.h
	modified:   src/qt/bitcoinunits.cpp
	modified:   src/qt/clientmodel.cpp
	modified:   src/qt/clientmodel.h
	modified:   src/qt/editaddressdialog.cpp
	modified:   src/qt/guiconstants.h
	modified:   src/qt/guiutil.cpp
	modified:   src/qt/guiutil.h
	modified:   src/qt/masternodelist.cpp
	modified:   src/qt/masternodelist.h
	modified:   src/qt/modaloverlay.cpp
	modified:   src/qt/modaloverlay.h
	modified:   src/qt/networkstyle.cpp
	modified:   src/qt/openuridialog.cpp
	modified:   src/qt/optionsdialog.cpp
	modified:   src/qt/optionsmodel.cpp
	modified:   src/qt/optionsmodel.h
	modified:   src/qt/paymentserver.cpp
	modified:   src/qt/rpcconsole.cpp
	modified:   src/qt/rpcconsole.h
	modified:   src/qt/sendcoinsdialog.cpp
	modified:   src/qt/utilitydialog.cpp
	modified:   src/qt/walletframe.cpp
	modified:   src/qt/walletframe.h
	modified:   src/qt/walletmodel.cpp
	modified:   src/qt/walletmodel.h
	modified:   src/qt/walletview.cpp
	modified:   src/qt/walletview.h
	modified:   src/random.cpp
	modified:   src/random.h
	modified:   src/rpc/blockchain.cpp
	modified:   src/rpc/governance.cpp
	modified:   src/rpc/masternode.cpp
	modified:   src/rpc/misc.cpp
	modified:   src/rpc/net.cpp
	modified:   src/rpc/rawtransaction.cpp
	modified:   src/rpc/register.h
	modified:   src/rpc/server.cpp
	modified:   src/script/script.cpp
	modified:   src/script/script.h
	modified:   src/serialize.h
	modified:   src/spork.cpp
	modified:   src/spork.h
	modified:   src/txmempool.cpp
	modified:   src/txmempol.h
	modified:   src/ui_interface.h
	modified:   src/uint256.h
	modified:   src/util.cpp
	modified:   src/util.h
	modified:   src/utiltime.cpp
	modified:   src/utiltime.h
	modified:   src/validation.cpp
	modified:   src/validation.h
	modified:   src/validationinterface.cpp
	modified:   src/validationinterface.h
	modified:   src/version.h
	modified:   src/versionbits.cpp
	modified:   src/versionbits.h
	modified:   src/wallet/coincontrol.h
	modified:   src/wallet/crypter.cpp
	modified:   src/wallet/crypter.h
	modified:   src/wallet/rpcdump.cpp
	modified:   src/wallet/rpcwallet.cpp
	modified:   src/wallet/wallet.cpp
	modified:   src/wallet/wallet.h
	modified:   src/wallet/walletdb.cpp
	modified:   src/wallet/walletdb.h
  • Loading branch information
exosiscrypto committed Oct 24, 2018
1 parent dd55ca8 commit 7ddbca7
Show file tree
Hide file tree
Showing 150 changed files with 320 additions and 320 deletions.
6 changes: 3 additions & 3 deletions src/activemasternode.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -183,10 +183,10 @@ void CActiveMasternode::ManageStateInitial(CConnman& connman)

LogPrintf("CActiveMasternode::ManageStateInitial -- Checking inbound connection to '%s'\n", service.ToString());

// FXTC BEGIN
// EXOSIS BEGIN
//if(!connman.ConnectNode(CAddress(service, NODE_NETWORK), NULL, false, true)) {
if(!connman.OpenNetworkConnection(CAddress(service, NODE_NETWORK), false, nullptr, NULL, false, false, false, true)) {
// FXTC END
// EXOSIS END
nState = ACTIVE_MASTERNODE_NOT_CAPABLE;
strNotCapableReason = "Could not connect to " + service.ToString();
LogPrintf("CActiveMasternode::ManageStateInitial -- %s: %s\n", GetStateString(), strNotCapableReason);
Expand Down
2 changes: 1 addition & 1 deletion src/activemasternode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
4 changes: 2 additions & 2 deletions src/base58.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2014-2017 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -325,7 +325,7 @@ CTxDestination DecodeDestination(const std::string& str, const CChainParams& par
}
} // namespace

// FXTC TODO: removed
// EXOSIS TODO: removed
// Dash
/*
namespace
Expand Down
4 changes: 2 additions & 2 deletions src/base58.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -96,7 +96,7 @@ class CBase58Data
bool operator> (const CBase58Data& b58) const { return CompareTo(b58) > 0; }
};

// FXTC TODO: removed
// EXOSIS TODO: removed
// Dash
/** base58-encoded Dash addresses.
* Public-key-hash-addresses have version 76 (or 140 testnet).
Expand Down
2 changes: 1 addition & 1 deletion src/bitcoin-cli.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/bitcoin-tx.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/bitcoind.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/cachemap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/cachemultimap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
8 changes: 4 additions & 4 deletions src/chain.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,15 @@ class CBlockIndex
//! (memory only) Total amount of work (expected number of hashes) in the chain up to and including this block
arith_uint256 nChainWork;

// FXTC BEGIN
// EXOSIS BEGIN
//! (memory only) Total amount of work normalized to algorithm efficiency
arith_uint256 nChainWorkSha256d;
arith_uint256 nChainWorkScrypt;
arith_uint256 nChainWorkNist5;
arith_uint256 nChainWorkLyra2Z;
arith_uint256 nChainWorkX11;
arith_uint256 nChainWorkX16R;
// FXTC END
// EXOSIS END

//! Number of transactions in this block.
//! Note: in a potential headers-first mode, this number cannot be relied upon
Expand Down Expand Up @@ -239,14 +239,14 @@ class CBlockIndex
nDataPos = 0;
nUndoPos = 0;
nChainWork = arith_uint256();
// FXTC BEGIN
// EXOSIS BEGIN
nChainWorkSha256d = arith_uint256();
nChainWorkScrypt = arith_uint256();
nChainWorkNist5 = arith_uint256();
nChainWorkLyra2Z = arith_uint256();
nChainWorkX11 = arith_uint256();
nChainWorkX16R = arith_uint256();
// FXTC END
// EXOSIS END
nTx = 0;
nChainTx = 0;
nStatus = 0;
Expand Down
22 changes: 11 additions & 11 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -207,9 +207,9 @@ class CMainParams : public CChainParams {

}
};
// FXTC BEGIN
// EXOSIS BEGIN
consensus.nlastValidPowHashHeight = 1100000;
// FXTC
// EXOSIS

chainTxData = ChainTxData{
0, // * UNIX timestamp of last known number of transactions
Expand Down Expand Up @@ -341,9 +341,9 @@ class CTestNetParams : public CChainParams {
//{1, uint256S("0xc1976360739525c4ea0949fc4a1b0086284614198a0f133b1513d79c55b5466b")},
}
};
// FXTC BEGIN
// EXOSIS BEGIN
consensus.nlastValidPowHashHeight = 1;
// FXTC
// EXOSIS

chainTxData = ChainTxData{
// Data as of block 00000706ff7091032d187cf1c2515a5d7891b6797f414526ef8a277491117d08 (height 0)
Expand Down Expand Up @@ -404,7 +404,7 @@ class CRegTestParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nStartTime = 0;
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;

// FXTC TODO:
// EXOSIS TODO:
// Deployment of DIP0001
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0001].bit = 1;
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0001].nStartTime = 0;
Expand Down Expand Up @@ -456,9 +456,9 @@ class CRegTestParams : public CChainParams {
// {0, uint256S("0x00000f72bba40f458c48d44c842cee04ff91a2ae833fea4c179fe62170714681")},
}
};
// FXTC BEGIN
// EXOSIS BEGIN
consensus.nlastValidPowHashHeight = 0;
// FXTC
// EXOSIS

chainTxData = ChainTxData{
0,
Expand All @@ -467,11 +467,11 @@ class CRegTestParams : public CChainParams {
};

// Bitcoin defaults
// FXTC prefix 'c'
// EXOSIS prefix 'c'
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,88);
// FXTC prefix 'C'
// EXOSIS prefix 'C'
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,28);
// FXTC prefix 'Z'
// EXOSIS prefix 'Z'
base58Prefixes[SECRET_KEY] = std::vector<unsigned char>(1,221);
base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x35, 0x87, 0xCF};
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
4 changes: 2 additions & 2 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Checkpoints {
return nullptr;
}

// FXTC BEGIN
// EXOSIS BEGIN
bool IsExpectedCheckpoint(const CCheckpointData& data, int nHeight, const uint256& hash)
{
const MapCheckpoints& checkpoints = data.mapCheckpoints;
Expand All @@ -47,6 +47,6 @@ namespace Checkpoints {
// valid if there are no checkpoints
return true;
}
// FXTC END
// EXOSIS END

} // namespace Checkpoints
4 changes: 2 additions & 2 deletions src/checkpoints.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ namespace Checkpoints

//! Returns last CBlockIndex* in mapBlockIndex that is a checkpoint
CBlockIndex* GetLastCheckpoint(const CCheckpointData& data);
// FXTC BEGIN
// EXOSIS BEGIN
bool IsExpectedCheckpoint(const CCheckpointData& data, int nHeight, const uint256& hash);
// FXTC END
// EXOSIS END

} //namespace Checkpoints

Expand Down
2 changes: 1 addition & 1 deletion src/consensus/consensus.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static const int64_t MAX_BLOCK_SIGOPS_COST = 80000;
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
// EXOSIS BEGIN
//static const int COINBASE_MATURITY = 100;
static const int COINBASE_MATURITY = 60;
static const int COINBASE_MATURITY = 100;
//static const int COINBASE_MATURITY_850k = 100;
// EXOSIS END

Expand Down
6 changes: 3 additions & 3 deletions src/consensus/params.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -112,9 +112,9 @@ struct Params {
int64_t DifficultyAdjustmentInterval() const { return nPowTargetTimespan / nPowTargetSpacing; }
uint256 nMinimumChainWork;
uint256 defaultAssumeValid;
// FXTC BEGIN

int nlastValidPowHashHeight;
// FXTC EMD

};
} // namespace Consensus

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/nist5.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 Bitcoin Developers
// Copyright (c) 2014 Talkcoin Developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef NIST5_H
Expand Down
2 changes: 1 addition & 1 deletion src/crypto/x11.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/x16r.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 Bitcoin Developers
// Copyright (c) 2014 Talkcoin Developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef X16R_H
Expand Down
2 changes: 1 addition & 1 deletion src/dsnotificationinterface.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/dsnotificationinterface.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/flat-database.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-classes.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-classes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef GOVERNANCE_CLASSES_H
Expand Down
2 changes: 1 addition & 1 deletion src/governance-exceptions.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-misc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers

// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Expand Down
2 changes: 1 addition & 1 deletion src/governance-object.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-object.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-validators.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-validators.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-vote.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/governance-vote.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers

// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Expand Down
2 changes: 1 addition & 1 deletion src/governance-votedb.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018 EXOSIS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
Loading

0 comments on commit 7ddbca7

Please sign in to comment.