diff options
| author | Eric Lombrozo <[email protected]> | 2013-01-08 03:02:51 -0800 |
|---|---|---|
| committer | Eric Lombrozo <[email protected]> | 2013-06-05 23:14:52 -0700 |
| commit | effc2770f50554416e7d7b27f5c5b5cef9489440 (patch) | |
| tree | 353bbbdc57b6d8fcb24b74b83945f031db842c32 /src/core.cpp | |
| parent | Removed net.cpp's dependency on init.h. (diff) | |
| download | discoin-effc2770f50554416e7d7b27f5c5b5cef9489440.tar.xz discoin-effc2770f50554416e7d7b27f5c5b5cef9489440.zip | |
Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint.
Diffstat (limited to 'src/core.cpp')
| -rw-r--r-- | src/core.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core.cpp b/src/core.cpp new file mode 100644 index 000000000..cb1053b69 --- /dev/null +++ b/src/core.cpp @@ -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"
\ No newline at end of file |