Skip to content
Snippets Groups Projects
Commit 6d284b7f authored by poka's avatar poka
Browse files

feat: remove validateIdentity tx and add todo for distance

parent 225d2b34
No related branches found
No related tags found
No related merge requests found
......@@ -1043,9 +1043,13 @@ class SubstrateSdk with ChangeNotifier {
sender,
);
final tx1 = 'api.tx.cert.addCert($fromIndex, $toIndex)';
final tx2 = 'api.tx.identity.validateIdentity($toIndex)';
rawParams = '[[$tx1, $tx2]]';
//TODO: add requestDistanceEvaluation tx when available
// final tx2 = 'api.tx.distance.requestDistanceEvaluation($toIndex)';
// final tx2 = 'api.tx.identity.validateIdentity($toIndex)';
rawParams = '[[$tx1]]';
} else {
txInfo = TxInfoData(
'cert',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment