mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 18:51:12 +00:00
Merge bitcoin/bitcoin#34105: kernel: revert accidentally removed copyright header
85314dc0bf871226c0e43446bb79f49630d15f4a kernel: revert accidentally removed copyright header (Lőrinc)
Pull request description:
Accidentally removed in #30595.
The author mentioned it was likely a bad rebase.
See:
7990463b10 (diff-04e685224f1ac5bfd91d47d8d7528a2e44f94fab5535d4b6b5af79b5a13aeb93L1-L12)
Found while reviewing https://github.com/bitcoin/bitcoin/pull/34084#issuecomment-3670396535
ACKs for top commit:
fanquake:
ACK 85314dc0bf871226c0e43446bb79f49630d15f4a
Tree-SHA512: 2b4f199e33f71c3051f1362a5e9eac66d48eb45d1216a65cd9d5a5cbba004445eddc3ff6f52132a151a353046e8a82cf7aed366b2100353731c5ce0a64d01d2c
This commit is contained in:
commit
9272fd517f
@ -1,3 +1,16 @@
|
||||
// Copyright (c) 2022-present The Bitcoin Core developers
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
//
|
||||
// The bitcoin-chainstate executable serves to surface the dependencies required
|
||||
// by a program wishing to use Bitcoin Core's consensus engine as it is right
|
||||
// now.
|
||||
//
|
||||
// DEVELOPER NOTE: Since this is a "demo-only", experimental, etc. executable,
|
||||
// it may diverge from Bitcoin Core's coding style.
|
||||
//
|
||||
// It is part of the libbitcoinkernel project.
|
||||
|
||||
#include <kernel/bitcoinkernel_wrapper.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user