Skip to content

Commit 2e2e462

Browse files
committed
Merge pull request #90 from pmienk/master
Correct build error.
2 parents 7961f84 + 070300f commit 2e2e462

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Makefile
88
Makefile.in
99
libobelisk.pc
1010

11+
/.cproject
12+
/.project
1113
/aclocal.m4
1214
/autom4te.cache
1315
/build-aux

include/bitcoin/server/server_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class BCS_API server_node
5252
virtual void new_unconfirm_valid_tx(const std::error_code& ec,
5353
const index_list& unconfirmed, const transaction_type& tx);
5454

55-
virtual void server_node::broadcast_new_blocks(const std::error_code& ec,
55+
virtual void broadcast_new_blocks(const std::error_code& ec,
5656
uint32_t fork_point, const chain::blockchain::block_list& new_blocks,
5757
const chain::blockchain::block_list& replaced_blocks);
5858

0 commit comments

Comments
 (0)