From 653db4602e5c7db76866b1ece8549744c90ea09d Mon Sep 17 00:00:00 2001 From: Ida Date: Sat, 3 Mar 2018 14:11:47 +0000 Subject: [PATCH] Fixed masternode enforcement for all wallets --- src/spork.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spork.h b/src/spork.h index 8b935f5..5422147 100644 --- a/src/spork.h +++ b/src/spork.h @@ -32,7 +32,7 @@ static const int SPORK_14_REQUIRE_SENTINEL_FLAG = 10013; static const int64_t SPORK_2_INSTANTSEND_ENABLED_DEFAULT = 0; // ON static const int64_t SPORK_3_INSTANTSEND_BLOCK_FILTERING_DEFAULT = 0; // ON static const int64_t SPORK_5_INSTANTSEND_MAX_VALUE_DEFAULT = 1000; // 1000 IDAPAY -static const int64_t SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT_DEFAULT = 4070908800ULL;// OFF +static const int64_t SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT_DEFAULT = 0;// ON static const int64_t SPORK_9_SUPERBLOCKS_ENABLED_DEFAULT = 4070908800ULL;// OFF static const int64_t SPORK_10_MASTERNODE_PAY_UPDATED_NODES_DEFAULT = 4070908800ULL;// OFF static const int64_t SPORK_12_RECONSIDER_BLOCKS_DEFAULT = 0; // 0 BLOCKS