File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,12 @@ Upgrades are specified with:
50
50
* protocolversion - upgrades value of ledgerVersion in ledger header, uses
51
51
upgrade type LEDGER_UPGRADE_VERSION (when specified it has to match the
52
52
supported version number)
53
- * configupgradesetkey - this key will be converted to a ContractData LedgerKey, and the
54
- ContractData LedgerEntry retrieved with that will have a val of SCV_BYTES
55
- containing a serialized ConfigUpgradeSet. Each ConfigSettingEntry in the
56
- ConfigUpgradeSet will be used to update the existing network ConfigSettingEntry
57
- that exists at the corresponding CONFIG_SETTING LedgerKey.
53
+ * configupgradesetkey - this is a serialized ConfigUpgradeSetKey, which contains
54
+ a ContractData LedgerKey and a contractID. The ContractData LedgerEntry
55
+ retrieved with that will have a val of SCV_BYTES containing a serialized
56
+ ConfigUpgradeSet. Each ConfigSettingEntry in the ConfigUpgradeSet will be used
57
+ to update the existing network ConfigSettingEntry that exists at the
58
+ corresponding CONFIG_SETTING LedgerKey.
58
59
59
60
#### Limitations of the current implementation
60
61
There is an assumption that validator operators are either paying attention to network wide proposals
You can’t perform that action at this time.
0 commit comments