diff options
| author | Jeff Garzik <[email protected]> | 2014-08-01 06:18:58 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-01 06:18:58 -0400 |
| commit | de89257fc516a68c89da0c70858c9c2b86a701f7 (patch) | |
| tree | 9a046952adfb50ce37e3ab290adfb1c16e30ea82 /src/core_write.cpp | |
| parent | qt: Remove '0 BTC' placeholder from translation (diff) | |
| parent | add license header to core_io.h, core_read/_write.cpp (diff) | |
| download | discoin-de89257fc516a68c89da0c70858c9c2b86a701f7.tar.xz discoin-de89257fc516a68c89da0c70858c9c2b86a701f7.zip | |
Merge branch 'merge-rawtx2' into merge-rawtx3
Diffstat (limited to 'src/core_write.cpp')
| -rw-r--r-- | src/core_write.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core_write.cpp b/src/core_write.cpp index 2eb220779..37dd69f7b 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -1,5 +1,7 @@ +// Copyright (c) 2009-2014 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 <vector> #include "core_io.h" #include "univalue/univalue.h" #include "script.h" |