mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-27 02:01:51 +01:00
used myGetPublicKey
This commit is contained in:
parent
deac0aa1c4
commit
267c80fdef
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user