This commit is contained in:
Duke Leto
2020-12-06 17:04:20 -05:00
parent 6533b7740e
commit 54d3293db5
10 changed files with 354 additions and 360 deletions

View File

@@ -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,15 +17,12 @@
* Removal or modification of this copyright notice is prohibited. *
* *
******************************************************************************/
#include "script/standard.h"
#include "pubkey.h"
#include "script/script.h"
#include "util.h"
#include "utilstrencodings.h"
#include "script/cc.h"
#include <boost/foreach.hpp>
using namespace std;