Skip to content

Commit dc256e8

Browse files
authored
Merge pull request #210 from frstrtr/nmc/p1-pb-mempool
nmc: P1 PB embedded mempool (re-homed btc mirror)
2 parents 1e257a5 + 01de543 commit dc256e8

4 files changed

Lines changed: 823 additions & 0 deletions

File tree

src/impl/nmc/coin/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
set(nmc_coin_interface
77
transaction.hpp transaction.cpp
88
block.hpp
9+
mempool.hpp
910
header_chain.hpp
1011
coin_smoke.cpp
1112
)

src/impl/nmc/coin/coin_smoke.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "header_chain.hpp"
1010
#include "block.hpp"
11+
#include "mempool.hpp"
1112

1213
namespace nmc {
1314
namespace coin {

0 commit comments

Comments
 (0)