From 6eb7a16bbd88b3a262b0e2d9befee4f22ff6f149 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 6 Nov 2018 14:50:57 -0500 Subject: [PATCH] Content - Spork - Add 2 new sporks --- _includes/devdoc/ref_p2p_networking.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 3ecb4cdf..8c48cf61 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -1631,6 +1631,8 @@ Sporks (per [`src/spork.h`][spork.h]) | 10009 | 10 | `MASTERNODE_PAY_UPDATED_NODES` | Only current protocol version masternode's will be paid (not older nodes) | 10011 | 12 | `RECONSIDER_BLOCKS` | Forces reindex of a specified number of blocks to recover from unintentional network forks | 10013 | 14 | `REQUIRE_SENTINEL_FLAG` | Only masternode's running sentinel will be paid +| 10014 | 15 | `DETERMINISTIC_MNS_ENABLED` | Deterministic masternode lists are enabled +| 10015 | 16 | `INSTANTSEND_AUTOLOCKS` | Automatic InstantSend for transactions with <=4 inputs (also eliminates the special InstantSend fee requirement for these transactions) | | | | | | | **Removed Sporks** | | _10012_ | _13_ | _`OLD_SUPERBLOCK_FLAG`_ | _Removed in Dash Core 0.12.3. No network function since block 614820_