Skip to content

Commit

Permalink
Merge pull request #9 from willcl-ark/add-utxo-snapshot-include
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark authored Nov 5, 2024
2 parents 68aab6d + df2a8ac commit 4ecc404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ lint:
cd test/lint/test_runner/
cargo fmt
cargo clippy
COMMIT_RANGE="$( git rev-list --max-count=1 --merges HEAD )..HEAD" cargo run
export COMMIT_RANGE="$( git rev-list --max-count=1 --merges HEAD )..HEAD"
RUST_BACKTRACE=1 cargo run
# Run the CI workflow
[group('ci')]
Expand Down
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <bitcoin-build-config.h> // IWYU pragma: keep
#include "node/utxo_snapshot.h"

#include <init.h>

Expand Down Expand Up @@ -55,6 +54,7 @@
#include <node/mempool_persist_args.h>
#include <node/miner.h>
#include <node/peerman_args.h>
#include <node/utxo_snapshot.h>
#include <policy/feerate.h>
#include <policy/fees.h>
#include <policy/fees_args.h>
Expand Down

0 comments on commit 4ecc404

Please sign in to comment.