mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
[Content] - P2P - Add Spork 6 and update message fields (#57)
* [Content] - P2P - Add spork 6 * [Content] - P2P - Message parameter updates - Change dsa/dsi collateral to tx message - nLastDsq marked as removed from mnb - Add fields to mnp Closes #34
This commit is contained in:
parent
3c921f6df7
commit
6a50ef3eae
2 changed files with 11 additions and 5 deletions
|
@ -55,7 +55,8 @@ Result:
|
|||
{
|
||||
"SPORK_2_INSTANTSEND_ENABLED": 0,
|
||||
"SPORK_3_INSTANTSEND_BLOCK_FILTERING": 0,
|
||||
"SPORK_5_INSTANTSEND_MAX_VALUE": 1000,
|
||||
"SPORK_5_INSTANTSEND_MAX_VALUE": 3000,
|
||||
"SPORK_6_NEW_SIGS": 4000000000,
|
||||
"SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT": 0,
|
||||
"SPORK_9_SUPERBLOCKS_ENABLED": 0,
|
||||
"SPORK_10_MASTERNODE_PAY_UPDATED_NODES": 0,
|
||||
|
@ -93,6 +94,7 @@ Result:
|
|||
"SPORK_2_INSTANTSEND_ENABLED": true,
|
||||
"SPORK_3_INSTANTSEND_BLOCK_FILTERING": true,
|
||||
"SPORK_5_INSTANTSEND_MAX_VALUE": true,
|
||||
"SPORK_6_NEW_SIGS": false,
|
||||
"SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT": true,
|
||||
"SPORK_9_SUPERBLOCKS_ENABLED": true,
|
||||
"SPORK_10_MASTERNODE_PAY_UPDATED_NODES": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue