Skip to content

Commit

Permalink
Fix bench build
Browse files Browse the repository at this point in the history
-Add pos/staker.h to pos/staker.cpp
-Add staker.cpp to Makefile.am
  • Loading branch information
wagerr-builder committed Jan 30, 2023
1 parent f641c64 commit d7323d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ libbitcoin_server_a_SOURCES = \
pos/checks.cpp \
pos/kernel.cpp \
pos/rewards.cpp \
pos/staker.cpp \
pos/stakeinput.cpp \
pow.cpp \
rest.cpp \
Expand Down
2 changes: 1 addition & 1 deletion src/pos/staker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include "staker.h"
#include "pos/staker.h"

#include "chain.h"
#include "chainparams.h"
Expand Down

0 comments on commit d7323d4

Please sign in to comment.