Skip to content
Snippets Groups Projects

opti(cert): idty/membership should be validated/claim manually

Merged Éloïs requested to merge elois-opti-cert into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -26,7 +26,7 @@ pub async fn certify(
from: AccountKeyring,
to: AccountKeyring,
) -> Result<()> {
let signer = PairSigner::new(from.clone().pair());
let signer = PairSigner::new(from.pair());
let from = from.to_account_id();
let to = to.to_account_id();
Loading