Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#31331: doc: add copyright header to p2p_headers…
Browse files Browse the repository at this point in the history
…_presync

7d3703d doc: add copyright header to p2p_headers_presync (fanquake)

Pull request description:

  Add the missing copyright header.

ACKs for top commit:
  willcl-ark:
    ACK 7d3703d

Tree-SHA512: c1be62ac9ebb6ef0210670e80aa473da287b26c4f29e347a4f837652ed4c2bb71f952c83f14fc13f1b523f8712d79d78bda5dcdf5fd6fc61788c1d86a67a4729
  • Loading branch information
fanquake committed Nov 20, 2024
2 parents 116b8c5 + 7d3703d commit b2d952c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/fuzz/p2p_headers_presync.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024-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.

#include <arith_uint256.h>
#include <blockencodings.h>
#include <net.h>
Expand Down

0 comments on commit b2d952c

Please sign in to comment.