Skip to content
Snippets Groups Projects
Commit 4a7f6862 authored by poka's avatar poka
Browse files

fix: batch cert and validate membership

parent 4d027e05
No related branches found
No related tags found
1 merge request!27Import cs accounts
Pipeline #16783 waiting for manual action
......@@ -674,8 +674,8 @@ class SubstrateSdk with ChangeNotifier {
'batchAll',
sender,
);
final tx1 = 'cert.addCert($fromIndex, $toIndex)';
final tx2 = 'identity.validateIdentity($toIndex)';
final tx1 = 'api.tx.cert.addCert($fromIndex, $toIndex)';
final tx2 = 'api.tx.identity.validateIdentity($toIndex)';
rawParams = '[[$tx1, $tx2]]';
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment