fix: batch cert and validate membership

This commit is contained in:
poka 2022-08-16 19:59:53 +02:00
parent 4d027e0555
commit 4a7f68626d
1 changed files with 2 additions and 2 deletions

View File

@ -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 {