Added hardfork code
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
namespace p2pool {
|
||||
|
||||
TEST(pool_block, DISABLED_deserialize)
|
||||
TEST(pool_block, deserialize)
|
||||
{
|
||||
init_crypto_cache();
|
||||
|
||||
@@ -132,7 +132,7 @@ TEST(pool_block, DISABLED_deserialize)
|
||||
destroy_crypto_cache();
|
||||
}
|
||||
|
||||
TEST(pool_block, DISABLED_verify)
|
||||
TEST(pool_block, verify)
|
||||
{
|
||||
init_crypto_cache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user