mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
added capabilities for groups with null ownership including banning and kicking members and member ban cancellations; enforcing group approval thresholds to invites and invite cancellations; the established add and remove admin capabilities were used as guidance for this implementation; this was added as a hardfork to preserve group transactions from previous blocks
This commit is contained in:
@@ -106,7 +106,8 @@
|
||||
"removeOnlyMintWithNameHeight": 9999999999999,
|
||||
"fixBatchRewardHeight": 9999999999999,
|
||||
"adminsReplaceFoundersHeight": 9999999999999,
|
||||
"onlineValidationFailSafeHeight": 9999999999999
|
||||
"onlineValidationFailSafeHeight": 9999999999999,
|
||||
"nullGroupMembershipHeight": 20
|
||||
},
|
||||
"genesisInfo": {
|
||||
"version": 4,
|
||||
|
Reference in New Issue
Block a user