Skip to content

Commit 8014afb

Browse files
committed
chore: minor comment
1 parent 95af33a commit 8014afb

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ impl RegistrationChain {
112112
RegistrationChainInner::update_from_previous_txn(reg, previous_txn, provider)
113113
.await?;
114114

115+
// Only new chains can take ownership of stake addresses of existing chains, so in this
116+
// case other chains aren't affected.
115117
Ok((result, Vec::new()))
116118
} else {
117119
RegistrationChainInner::start_from_provider(reg, provider).await

0 commit comments

Comments
 (0)