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 95af33a commit 8014afbCopy full SHA for 8014afb
rust/rbac-registration/src/registration/cardano/mod.rs
@@ -112,6 +112,8 @@ impl RegistrationChain {
112
RegistrationChainInner::update_from_previous_txn(reg, previous_txn, provider)
113
.await?;
114
115
+ // Only new chains can take ownership of stake addresses of existing chains, so in this
116
+ // case other chains aren't affected.
117
Ok((result, Vec::new()))
118
} else {
119
RegistrationChainInner::start_from_provider(reg, provider).await
0 commit comments