We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df7c30 commit 5c53373Copy full SHA for 5c53373
rust/rbac-registration/src/registration/cardano/mod.rs
@@ -43,8 +43,6 @@ impl RegistrationChain {
43
/// Update the registration chain.
44
///
45
/// # Arguments
46
- /// - `point` - The point (slot) of the transaction.
47
- /// - `tx_idx` - The transaction index.
48
/// - `cip509` - The CIP509.
49
50
/// # Errors
@@ -185,9 +183,6 @@ impl RegistrationChainInner {
185
183
186
184
187
188
189
190
- /// - `txn` - The transaction.
191
192
193
0 commit comments