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 7584ff3 commit f718ba8Copy full SHA for f718ba8
hermes/apps/athena/modules/rbac-registration-indexer/src/lib.rs
@@ -121,7 +121,7 @@ impl exports::hermes::cardano::event_on_block::Guest for RbacRegistrationCompone
121
};
122
123
// ------- Extract and insert RBAC registrations into DB -------
124
- for reg in registrations.clone() {
+ for reg in registrations {
125
// Data needed for db
126
let txn_id: Vec<u8> = reg.txn_hash().into();
127
let catalyst_id: Option<String> =
0 commit comments