Skip to content

Commit 3981765

Browse files
committed
wip
1 parent ebcbf32 commit 3981765

File tree

1 file changed

+2
-2
lines changed
  • rust/rbac-registration/src/registration/cardano

1 file changed

+2
-2
lines changed

rust/rbac-registration/src/registration/cardano/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,11 @@ impl RegistrationChainInner {
497497
if self.latest_applied().point() >= cip509.origin().point() {
498498
cip509.report().functional_validation(
499499
&format!(
500-
"The provided registration is earlier {} than the current one {}",
500+
"The provided registration is earlier {} than the latest applied one {}",
501501
cip509.origin().point(),
502502
self.current_tx_id_hash.point()
503503
),
504-
"Provided registrations must be applied in the correct order.",
504+
"Registrations must be applied in the correct ascending order.",
505505
);
506506
return None;
507507
}

0 commit comments

Comments
 (0)