mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint.
This commit is contained in:
6
src/core.cpp
Normal file
6
src/core.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
||||
// Copyright (c) 2009-2013 The Bitcoin developers
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include "core.h"
|
||||
Reference in New Issue
Block a user