used myGetPublicKey

This commit is contained in:
Vishal 2022-11-07 16:28:56 +05:30
parent deac0aa1c4
commit 267c80fdef

View File

@ -85,7 +85,7 @@ Future<void> main(List<String> arguments) async {
print("Length of provided private key should be 64. Exiting.");
return;
}
userPublicKey = getPublicKey(userPrivateKey);
userPublicKey = myGetPublicKey(userPrivateKey);
print("Going to use the provided private key");
}