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 9c7086b commit e76a071Copy full SHA for e76a071
rust/rbac-registration/src/registration/cardano/mod.rs
@@ -334,9 +334,6 @@ impl RegistrationChainInner {
334
let Some(prv_tx_id) = cip509.previous_transaction() else {
335
bail!("Empty previous transaction ID");
336
};
337
- if cip509.catalyst_id().is_some() {
338
- bail!("Catalyst id should be present only for chain root registration.");
339
- }
340
// Previous transaction ID in the CIP509 should equal to the current transaction ID
341
// or else it is not a part of the chain
342
if prv_tx_id == self.current_tx_id_hash {
0 commit comments