Skip to content

Commit b3f7633

Browse files
wagerr-builderwatto-engineer
authored andcommitted
Fix bench build
-Add pos/staker.h to pos/staker.cpp -Add staker.cpp to Makefile.am
1 parent 1ad9711 commit b3f7633

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ libbitcoin_server_a_SOURCES = \
489489
pos/checks.cpp \
490490
pos/kernel.cpp \
491491
pos/rewards.cpp \
492+
pos/staker.cpp \
492493
pos/stakeinput.cpp \
493494
pow.cpp \
494495
rest.cpp \

src/pos/staker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Distributed under the MIT software license, see the accompanying
77
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
88

9-
#include "staker.h"
9+
#include "pos/staker.h"
1010

1111
#include "chain.h"
1212
#include "chainparams.h"

0 commit comments

Comments
 (0)