You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ For the quick proof of concept application the value can be unwrapped using [`un
67
67
68
68
#### `ChainParameters`
69
69
70
-
The `v2::ChainParameters``enum` has been replaced by [`types::chain_parameters::ChainParameters`](types::chain_parameters::ChainParameters), which is a single `struct` with optional fields.
70
+
The `v2::ChainParameters``enum` has been replaced by [`types::chain_parameters::ChainParameters`], which is a single `struct` with optional fields.
71
71
Applications should no longer case on the version of the chain parameters, but can directly access the relevant parameters.
72
72
Since parameters are added and removed across different protocol versions, each parameter is optional, even if it is present in all current protocol versions, in case it may be removed in a future protocol version.
73
73
The prior functions on `ChainParameters` have been removed, and should be migrated as set out below.
0 commit comments