This commit is contained in:
Duke Leto
2020-12-09 19:28:46 -05:00
parent 85423eef85
commit f773d11d21
3 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
// Copyright 2019-2020 The Hush developers // Copyright (c) 2016-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. * * Copyright © 2014-2019 The SuperNET Developers. *
* * * *
@@ -13,8 +15,7 @@
* Removal or modification of this copyright notice is prohibited. * * Removal or modification of this copyright notice is prohibited. *
* * * *
******************************************************************************/ ******************************************************************************/
// paxdeposit equivalent in reverse makes opreturn and HUSH does the same in reverse
// paxdeposit equivalent in reverse makes opreturn and KMD does the same in reverse
#include "hush_defs.h" #include "hush_defs.h"
/*#include "secp256k1/include/secp256k1.h" /*#include "secp256k1/include/secp256k1.h"

View File

@@ -1,3 +1,6 @@
// Copyright (c) 2016-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. * * Copyright © 2014-2019 The SuperNET Developers. *
* * * *
@@ -13,8 +16,8 @@
* * * *
******************************************************************************/ ******************************************************************************/
#ifndef H_KOMODOKV_H #ifndef H_HUSHKV_H
#define H_KOMODOKV_H #define H_HUSHKV_H
#include "hush_defs.h" #include "hush_defs.h"

View File

@@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers // Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2019-2020 The Hush developers // Copyright (c) 2016-2020 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying // Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/****************************************************************************** /******************************************************************************