Browse Source

Cleanliness is next to something

dev
Duke Leto 4 years ago
parent
commit
c1e006a7a6
  1. 5
      src/primitives/block.cpp
  2. 1
      src/primitives/block.h

5
src/primitives/block.cpp

@ -1,8 +1,8 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *
* *
@ -17,16 +17,13 @@
* Removal or modification of this copyright notice is prohibited. *
* *
******************************************************************************/
#include "primitives/block.h"
#include "hash.h"
#include "tinyformat.h"
#include "utilstrencodings.h"
#include "crypto/common.h"
#include "hush_defs.h"
// default hash algorithm for block
uint256 (CBlockHeader::*CBlockHeader::hashFunction)() const = &CBlockHeader::GetSHA256DHash;

1
src/primitives/block.h

@ -23,7 +23,6 @@
#define HUSH_PRIMITIVES_BLOCK_H
#include "primitives/transaction.h"
//#include "primitives/nonce.h"
#include "serialize.h"
#include "uint256.h"
#include "arith_uint256.h"

Loading…
Cancel
Save