Skip to content

Commit 7eaff77

Browse files
committed
Fix docs
1 parent 81b366c commit 7eaff77

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/versioning.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ Upgrades are specified with:
5050
* protocolversion - upgrades value of ledgerVersion in ledger header, uses
5151
upgrade type LEDGER_UPGRADE_VERSION (when specified it has to match the
5252
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.
5859

5960
#### Limitations of the current implementation
6061
There is an assumption that validator operators are either paying attention to network wide proposals

0 commit comments

Comments
 (0)