File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
35
35
namespace p2pool {
36
36
37
- #define P2POOL_VERSION_MAJOR 2
38
- #define P2POOL_VERSION_MINOR 7
37
+ #define P2POOL_VERSION_MAJOR 3
38
+ #define P2POOL_VERSION_MINOR 0
39
39
40
40
extern const char * VERSION;
41
41
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ TEST(block_template, update)
60
60
tpl.update (data, mempool, &wallet);
61
61
62
62
const PoolBlock* b = tpl.pool_block_template ();
63
- ASSERT_EQ (b->m_sidechainId , H (" 16d6a5c45d452288fcc439e5a258e8230798dfb6bbfd32220303efe932061aa9 " ));
63
+ ASSERT_EQ (b->m_sidechainId , H (" d52dba078bc2b581edf3ff27fb46e218bd2568b1f2126bd65cc1a0f9f6bbd00f " ));
64
64
65
65
std::vector<uint8_t > blobs;
66
66
uint64_t height;
@@ -79,7 +79,7 @@ TEST(block_template, update)
79
79
80
80
hash blobs_hash;
81
81
keccak (blobs.data (), static_cast <int >(blobs.size ()), blobs_hash.h );
82
- ASSERT_EQ (blobs_hash, H (" 27bd8678420c8a0948f71c71356252be790899d61f14e35b2d0440a30d730f4c " ));
82
+ ASSERT_EQ (blobs_hash, H (" ea63225d0f4b21bb15bfdc92e25a1dc4de2e052062db6c33679da854be158e9a " ));
83
83
84
84
// Test 2: mempool with high fee and low fee transactions, it must choose high fee transactions
85
85
for (uint64_t i = 0 ; i < 512 ; ++i) {
You can’t perform that action at this time.
0 commit comments